Socket
Socket
Sign inDemoInstall

commonjs-everywhere

Package Overview
Dependencies
75
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.1 to 0.9.2

30

lib/core-modules.js
// Generated by CoffeeScript 2.0.0-beta6
void function () {
var CJS_DIR, CORE_MODULES, mod, NODE_CORE_MODULES, path;
var CJS_DIR, CORE_MODULES, mod, NODE_CORE_MODULES, path, resolve;
path = require('path');
resolve = require('resolve').sync;
CJS_DIR = path.join(__dirname, '..');
CORE_MODULES = {
buffer: path.join(CJS_DIR, 'node_modules', 'buffer-browserify', 'index.js'),
crypto: path.join(CJS_DIR, 'node_modules', 'crypto-browserify', 'index.js'),
events: path.join(CJS_DIR, 'node_modules', 'events-browserify', 'events.js'),
http: path.join(CJS_DIR, 'node_modules', 'http-browserify', 'index.js'),
querystring: path.join(CJS_DIR, 'node_modules', 'querystring', 'index.js'),
vm: path.join(CJS_DIR, 'node_modules', 'vm-browserify', 'index.js'),
zlib: path.join(CJS_DIR, 'node_modules', 'zlib-browserify', 'index.js')
buffer: resolve('buffer-browserify'),
constants: resolve('constants-browserify'),
crypto: resolve('crypto-browserify'),
events: resolve('events-browserify'),
http: resolve('http-browserify'),
punycode: resolve('./node_modules/punycode', { basedir: CJS_DIR }),
querystring: resolve('./node_modules/querystring', { basedir: CJS_DIR }),
vm: resolve('vm-browserify'),
zlib: resolve('zlib-browserify')
};
NODE_CORE_MODULES = [
'_stream_duplex.js',
'_stream_passthrough.js',
'_stream_readable.js',
'_stream_transform.js',
'_stream_writable.js',
'_stream_duplex',
'_stream_passthrough',
'_stream_readable',
'_stream_transform',
'_stream_writable',
'assert',

@@ -26,3 +29,2 @@ 'console',

'path',
'punycode',
'readline',

@@ -29,0 +31,0 @@ 'stream',

{
"name": "commonjs-everywhere",
"version": "0.9.1",
"version": "0.9.2",
"description": "CommonJS browser bundler with aliasing, extensibility, and source maps from the minified JS bundle",

@@ -35,2 +35,3 @@ "homepage": "https://github.com/michaelficarra/commonjs-everywhere",

"dependencies": {
"Base64": "~0.1.2",
"coffee-script-redux": "2.0.0-beta6",

@@ -41,14 +42,15 @@ "escodegen": "~0.0.24",

"estraverse": "~0.0.4",
"MD5": "~1.0",
"mktemp": "~0.3.0",
"nopt": "~2.1.2",
"resolve": "~0.3.0",
"MD5": "~1.0",
"mktemp": "~0.3.0",
"Base64": "~0.1.2",
"buffer-browserify": "*",
"constants-browserify": ">= 0.0.1",
"crypto-browserify": "*",
"events-browserify": "*",
"http-browserify": "*",
"punycode": "*",
"querystring": "*",
"vm-browserify": "*",
"crypto-browserify": "*",
"buffer-browserify": "*",
"zlib-browserify": "*",
"events-browserify": "*",
"querystring": "git://github.com/Gozala/querystring.git#master"
"zlib-browserify": "*"
},

@@ -55,0 +57,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc