Socket
Socket
Sign inDemoInstall

util.promisify

Package Overview
Dependencies
68
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

6

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [v1.1.1](https://github.com/ljharb/util.promisify/compare/v1.1.0...v1.1.1) - 2021-01-08
### Commits
- [Fix] add missing runtime dependency `has-symbols` [`9b45a3b`](https://github.com/ljharb/util.promisify/commit/9b45a3bfbc0bcf5e474e1d045aacca3dc9609e54)
## [v1.1.0](https://github.com/ljharb/util.promisify/compare/v1.0.1...v1.1.0) - 2021-01-06

@@ -10,0 +16,0 @@

4

package.json
{
"name": "util.promisify",
"version": "1.1.0",
"version": "1.1.1",
"description": "Polyfill/shim for util.promisify in node versions < v8",

@@ -10,2 +10,3 @@ "main": "index.js",

"for-each": "^0.3.3",
"has-symbols": "^1.0.1",
"object.getownpropertydescriptors": "^2.1.1"

@@ -19,3 +20,2 @@ },

"eslint": "^7.17.0",
"has-symbols": "^1.0.1",
"nyc": "^10.3.2",

@@ -22,0 +22,0 @@ "safe-publish-latest": "^1.1.4",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc