New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

consign

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

consign - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

6

lib/consign.js

@@ -38,9 +38,5 @@ /*!

this._object = {};
this._extensions = this._options.extensions;
this._extensions = this._options.extensions.concat(['.js', '.json', '.node']);
this._lastOperation = 'include';
for (var e in require.extensions) {
this._extensions.push(e);
}
if (options.extensions) {

@@ -47,0 +43,0 @@ this._extensions.concat(options.extensions);

2

package.json
{
"name": "consign",
"description": "Autoload your scripts.",
"version": "0.1.4",
"version": "0.1.5",
"author": {

@@ -6,0 +6,0 @@ "name": "Jarrad Seers",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc