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.5 to 0.1.6

4

lib/BugPackContext.js

@@ -208,3 +208,3 @@ //-------------------------------------------------------------------------------

loadCount++;
if (returnedError) {
if (returnedError && !error) {
error = returnedError;

@@ -282,3 +282,3 @@ }

loadCount++;
if (returnedError) {
if (returnedError && !error) {
error = returnedError;

@@ -285,0 +285,0 @@ }

{
"name": "bugpack",
"version": "0.1.5",
"version": "0.1.6",
"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