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

bem-config

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bem-config - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

2

package.json
{
"name": "bem-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "Config module for bem-tools",

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

@@ -45,3 +45,3 @@ 'use strict';

var resolvedLevel = source ?
path.resolve(source, level) :
path.resolve(path.dirname(source), level) :
path.resolve(options.cwd || process.cwd(), level); // TODO: bubble

@@ -48,0 +48,0 @@

@@ -108,3 +108,3 @@ 'use strict';

something: 'else',
__source: process.cwd()
__source: __filename
}

@@ -111,0 +111,0 @@ ]);

@@ -207,3 +207,4 @@ 'use strict';

}
}
},
__source: __filename
}]);

@@ -210,0 +211,0 @@

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