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

makepromise

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

makepromise - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 2 April 2019
### [3.0.3](git+https://github.com/artdecocode/makepromise/compare/v3.0.2...v3.0.3)
- [package] Add the `module` field.
## 15 January 2019

@@ -2,0 +8,0 @@

14

package.json
{
"name": "makepromise",
"version": "3.0.2",
"version": "3.0.3",
"description": "Make a Promise from a function with a callback and preserve its error stack.",
"main": "build",
"main": "build/index.js",
"module": "src/index.js",

@@ -45,12 +45,12 @@ "scripts": {

"devDependencies": {
"alamode": "1.6.1",
"catchment": "3.2.1",
"documentary": "1.20.1",
"alamode": "1.9.0",
"catchment": "3.2.2",
"documentary": "1.23.2",
"wrote": "1.4.0",
"yarn-s": "1.1.0",
"zoroaster": "3.6.6"
"zoroaster": "3.11.2"
},
"dependencies": {
"erotic": "2.0.2"
"erotic": "2.0.3"
}
}

@@ -19,6 +19,4 @@ # makepromise

- [Error Stack](#error-stack)
- [TODO](#todo)
- [Copyright](#copyright)
## API

@@ -32,3 +30,2 @@

### `async makePromise(`<br/>&nbsp;&nbsp;`fn: function(...args, cb),`<br/>&nbsp;&nbsp;`args: (*[]|*),`<br/>`): void`

@@ -76,4 +73,2 @@

### `async makePromise(`<br/>&nbsp;&nbsp;`fn: function(...args, cb),`<br/>&nbsp;&nbsp;`args: (*[]|*),`<br/>&nbsp;&nbsp;`resolveValue: *,`<br/>`): void`

@@ -106,4 +101,2 @@

### Binding Methods

@@ -145,3 +138,2 @@

## Error Stack

@@ -195,11 +187,6 @@

## TODO
- [ ] fix missing `v2.0.0` commit.
## Copyright
(c) [Art Deco][1] 2018
(c) [Art Deco][1] 2019
[1]: https://artdeco.bz
[1]: https://artd.eco

Sorry, the diff of this file is not supported yet

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