New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

basic-promise

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basic-promise - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

main.js

@@ -52,7 +52,7 @@ 'use strict';

if(eventName === 'resolve')
events['resolve'].push(resolve);
events['resolve'].push(callback);
else if(eventName === 'reject')
events['reject'].push(reject);
events['reject'].push(callback);
else if(eventName === 'complete')
events['complete'].push(complete);
events['complete'].push(callback);
return this;

@@ -59,0 +59,0 @@ };

{
"name": "basic-promise",
"version": "0.0.5",
"version": "0.0.6",
"description": "Module promise with a simple syntax",

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