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

bugpack

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bugpack - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

5

lib/BugPackContext.js

@@ -467,3 +467,2 @@ //-------------------------------------------------------------------------------

/**

@@ -527,3 +526,3 @@ * @private

callback(new Error("Circular dependency in load calls. Requiring '" + bugPackKeyString + "' which is already in the " +
"load stack. " + JSON.stringify(this.loadStack)));
"load stack. " + JSON.stringify(this.processingExportStack)));
} else {

@@ -550,3 +549,3 @@ var bugPackKey = this.generateBugPackKey(bugPackKeyString);

throw new Error("Circular dependency in load calls. Requiring '" + bugPackKeyString + "' which is already in the " +
"load stack. " + JSON.stringify(this.loadStack));
"load stack. " + JSON.stringify(this.processingExportStack));
} else {

@@ -553,0 +552,0 @@ var bugPackKey = this.generateBugPackKey(bugPackKeyString);

2

package.json
{
"name": "bugpack",
"version": "0.1.3",
"version": "0.1.4",
"description": "Package loader to help make browser and node js package loading consistent",

@@ -5,0 +5,0 @@ "main": "./lib/BugPackApi.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