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

bug-versions

Package Overview
Dependencies
Maintainers
6
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bug-versions - npm Package Compare versions

Comparing version 1.22.0 to 1.23.0

6

History.md
1.23.0 / 2019-01-08
==================
**fixes**
* [[`42d7bee`](http://github.com/cnpm/bug-versions/commit/42d7bee4e38836bde0860e483988b28aba42e998)] - fix: unexpected breakages which node-v8.14.0 security release introduced (hyj1991 <<hugh.hyj@alibaba-inc.com>>)
1.22.0 / 2018-12-29

@@ -3,0 +9,0 @@ ==================

38

package.json
{
"name": "bug-versions",
"version": "1.22.0",
"version": "1.23.0",
"description": "collect all bug versions on npm package",

@@ -36,17 +36,17 @@ "main": "index.js",

},
">= 6.0.0 < 6.15.0": {
"version": "6.15.0",
"reason": "https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/"
">= 6.0.0 < 6.16.0": {
"version": "6.16.0",
"reason": "https://github.com/nodejs/node/pull/24811"
},
">= 8.0.0 < 8.14.0": {
"version": "8.14.0",
"reason": "https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/"
">= 8.0.0 < 8.15.0": {
"version": "8.15.0",
"reason": "https://github.com/nodejs/node/pull/24811"
},
">= 10.0.0 < 10.14.0": {
"version": "10.14.0",
"reason": "https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/"
">= 10.0.0 < 10.15.0": {
"version": "10.15.0",
"reason": "https://github.com/nodejs/node/pull/24811"
},
">= 11.0.0 < 11.3.0": {
"version": "11.3.0",
"reason": "https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/"
">= 11.0.0 < 11.6.0": {
"version": "11.6.0",
"reason": "https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V11.md#11.6.0"
}

@@ -63,9 +63,9 @@ },

},
">= 3.0.0 < 3.13.0": {
"version": "3.13.0",
"reason": "https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/"
">= 3.0.0 < 3.14.0": {
"version": "3.14.0",
"reason": "https://github.com/nodejs/node/pull/24811"
},
">= 4.0.0 < 4.6.0": {
"version": "4.6.0",
"reason": "https://nodejs.org/en/blog/vulnerability/november-2018-security-releases/"
">= 4.0.0 < 4.7.0": {
"version": "4.7.0",
"reason": "https://github.com/nodejs/node/pull/24811"
}

@@ -72,0 +72,0 @@ },

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