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.3.0-beta-8 to 0.3.0-beta-9

4

dist/container.js

@@ -127,4 +127,4 @@ // Generated by CoffeeScript 1.9.3

return function(key) {
var base;
return typeof (base = _this._instances[key]).__amendShutdown === "function" ? base.__amendShutdown() : void 0;
var ref;
return (ref = _this._instances[key]) != null ? typeof ref.__amendShutdown === "function" ? ref.__amendShutdown() : void 0 : void 0;
};

@@ -131,0 +131,0 @@ })(this));

{
"name": "amend",
"version": "0.3.0-beta-8",
"version": "0.3.0-beta-9",
"description": "Dependency injection module and IoC container.",

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

Sorry, the diff of this file is not supported yet

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