New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-12 to 0.3.0-beta-13

2

dist/annotate.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.3
// Generated by CoffeeScript 1.10.0
var annotateContainer;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.3
// Generated by CoffeeScript 1.10.0
var Container, ModuleNotFound, construct, getArguments, runFactory, throwNotFound;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.3
// Generated by CoffeeScript 1.10.0
var ARGUMENT_NAMES, STRIP_COMMENTS;

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.3
// Generated by CoffeeScript 1.10.0
var Container, clearCache, evaluateType, getFullPath, getPath, isRelative, populateContainer;

@@ -56,3 +56,3 @@

return Object.keys(modules).forEach(function(key) {
var e, fullPath, module, moduleConfig, path, type;
var e, error, fullPath, module, moduleConfig, path, type;
moduleConfig = modules[key];

@@ -63,4 +63,4 @@ path = getPath(moduleConfig);

module = require(fullPath);
} catch (_error) {
e = _error;
} catch (error) {
e = error;
module = require(path);

@@ -67,0 +67,0 @@ }

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.3
// Generated by CoffeeScript 1.10.0
var ModuleNotFound,

@@ -3,0 +3,0 @@ extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; },

{
"name": "amend",
"version": "0.3.0-beta-12",
"version": "0.3.0-beta-13",
"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