Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amend

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amend - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

3

browserify.js

@@ -15,5 +15,6 @@ function isLocal(path) {

function shouldInclude(key, path) {
var includeExternal = opts.includeExternal || [];
return isLocal(path) ||
bundleExternal ||
opts.includeExternal.indexOf(key) !== -1;
includeExternal.indexOf(key) !== -1;
}

@@ -20,0 +21,0 @@

{
"name": "amend",
"version": "0.2.8",
"version": "0.2.9",
"description": "Dependency injection module and IoC container.",

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

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