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-15 to 0.3.0-beta-16

dist/add-parent.js

2

browserify.js

@@ -45,3 +45,3 @@ var R = require('ramda')

var base = process.cwd();
var configFilePath = [ parentConf.nodeModule, parentConf.configFile ].join('/');
var configFilePath = normalize([ parentConf.nodeModule, parentConf.configFile ]).join('/');
var p = require(configFilePath);

@@ -48,0 +48,0 @@ var parentOpts = R.assoc('config', p, opts)

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