diff --git a/js/node/VERSIONS b/js/node/VERSIONS index 9ca7703b66..6ccf0bc8d9 100644 --- a/js/node/VERSIONS +++ b/js/node/VERSIONS @@ -9,22 +9,30 @@ _stream_writable: 0.10.25 assert: 0.11.0 buffer: 0.11.0 (SlowBuffer) child_process: not supported -console: compatibility +cluster: not supported +console: compatibility constants: not supported crypto: not supported (see org/arangodb/crypto) +dgram: not supported +dns: not supported +domain: not supported events: 4.1.0 fs: compatibility http: not supported https: not supported net: compatibility -path: 4.1.0 +os: not supported +path: 4.1.0 process: compatibility punycode: 4.1.0 querystring: 4.1.0 stream: 0.10.25 string_decoder: 4.1.0 sys: not supported -tty: compatibility -url: 4.1.0 -util: 4.1.0 (modified) -vm: not supported \ No newline at end of file +tls: not supported +tty: compatibility +url: 4.1.0 +util: 4.1.0 (modified) +v8: not supported +vm: not supported +zlib: not supported diff --git a/js/node/cluster.js b/js/node/cluster.js new file mode 100644 index 0000000000..e7db8a921f --- /dev/null +++ b/js/node/cluster.js @@ -0,0 +1 @@ +// not supported diff --git a/js/node/dgram.js b/js/node/dgram.js new file mode 100644 index 0000000000..e7db8a921f --- /dev/null +++ b/js/node/dgram.js @@ -0,0 +1 @@ +// not supported diff --git a/js/node/dns.js b/js/node/dns.js new file mode 100644 index 0000000000..e7db8a921f --- /dev/null +++ b/js/node/dns.js @@ -0,0 +1 @@ +// not supported diff --git a/js/node/domain.js b/js/node/domain.js new file mode 100644 index 0000000000..e7db8a921f --- /dev/null +++ b/js/node/domain.js @@ -0,0 +1 @@ +// not supported diff --git a/js/node/os.js b/js/node/os.js new file mode 100644 index 0000000000..e7db8a921f --- /dev/null +++ b/js/node/os.js @@ -0,0 +1 @@ +// not supported diff --git a/js/node/tls.js b/js/node/tls.js new file mode 100644 index 0000000000..e7db8a921f --- /dev/null +++ b/js/node/tls.js @@ -0,0 +1 @@ +// not supported diff --git a/js/node/v8.js b/js/node/v8.js new file mode 100644 index 0000000000..e7db8a921f --- /dev/null +++ b/js/node/v8.js @@ -0,0 +1 @@ +// not supported diff --git a/js/node/zlib.js b/js/node/zlib.js new file mode 100644 index 0000000000..e7db8a921f --- /dev/null +++ b/js/node/zlib.js @@ -0,0 +1 @@ +// not supported