Socket
Socket
Sign inDemoInstall

mendel-development

Package Overview
Dependencies
30
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 3.0.0

post-process-manifest.js

2

mendelify-require-transform.js

@@ -13,3 +13,3 @@ /* Copyright 2015, Yahoo Inc.

ecmaVersion: 6,
allowReturnOutsideFunction: true
allowReturnOutsideFunction: true,
};

@@ -16,0 +16,0 @@ if (!regexExt.test(filename)) {

{
"name": "mendel-development",
"version": "1.1.2",
"version": "3.0.0",
"description": "Mendel shared dependencies for build and development",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -12,3 +12,3 @@ /* Copyright 2015, Yahoo Inc.

'module.exports = function(__mendel_require__, module, exports) {\n',
'\n};\nmodule.exports.__mendel_module__ = true;\n'
'\n};\nmodule.exports.__mendel_module__ = true;\n',
];

@@ -23,3 +23,3 @@

ecmaVersion: 6,
allowReturnOutsideFunction: true
allowReturnOutsideFunction: true,
};

@@ -26,0 +26,0 @@ var _src = falafel(src, opts, function (node) {

@@ -10,3 +10,3 @@ /* Copyright 2015, Yahoo Inc.

indexes: {},
bundles: []
bundles: [],
};

@@ -13,0 +13,0 @@

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