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.3 to 0.3.4

11

dist/get-conf-paths.js

@@ -34,9 +34,12 @@ // Generated by CoffeeScript 1.10.0

Object.keys(modules).map(function(key) {
var mod, path;
var fullPath, mod, registeredPath;
mod = modules[key];
path = getPath(mod);
registeredPath = getPath(mod);
fullPath = normalize(findPath(base, registeredPath, childCallers));
return out.push({
key: key,
path: normalize(findPath(base, path, childCallers)),
isLocal: isLocal(path)
path: fullPath,
registeredPath: registeredPath,
isLocal: isLocal(registeredPath),
module: mod
});

@@ -43,0 +46,0 @@ });

{
"name": "amend",
"version": "0.3.3",
"version": "0.3.4",
"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