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.1.0 to 0.1.1

2

package.json
{
"name": "basic-promise",
"version": "0.1.0",
"version": "0.1.1",
"description": "Module promise with a simple syntax",

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

@@ -7,3 +7,3 @@ ## Install

**Basic**
## Basic
```js

@@ -41,3 +41,3 @@ var promise = require('basic-promise');

**Multiple**
## Multiple
```js

@@ -44,0 +44,0 @@ var ps = [promise(), promise()]; // => Array of promises

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