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.7.0 to 1.8.0

6

History.md
1.8.0 / 2018-08-16
==================
**features**
* [[`032e2b2`](http://github.com/cnpm/bug-versions/commit/032e2b273f83660b8b059839c8efb05818434d1f)] - feat: support unsafe-node-versions and unsafe-alinode-versions (#13) (fengmk2 <<fengmk2@gmail.com>>)
1.7.0 / 2018-08-09

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

46

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

@@ -23,2 +23,46 @@ "main": "index.js",

"config": {
"unsafe-node-versions": {
">= 0.10.0 < 0.10.48": {
"version": "0.10.48",
"reason": "https://nodejs.org/en/blog/release/v0.10.48/"
},
">= 0.12.0 < 0.12.17": {
"version": "0.12.18",
"reason": "https://nodejs.org/en/blog/release/v0.12.18/"
},
">= 1.0.0 < 4.9.1": {
"version": "4.9.1",
"reason": "https://nodejs.org/en/blog/release/v4.9.1/"
},
">= 6.0.0 < 6.14.4": {
"version": "6.14.4",
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/"
},
">= 8.0.0 < 8.11.4": {
"version": "8.11.4",
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/"
},
">= 10.0.0 < 10.9.0": {
"version": "10.9.0",
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/"
}
},
"unsafe-alinode-versions": {
">= 1.0.0 < 1.10.0": {
"version": "1.10.0",
"reason": "https://nodejs.org/en/blog/release/v4.9.1/"
},
">= 2.0.0 < 2.5.1": {
"version": "2.5.1",
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/"
},
">= 3.0.0 < 3.11.5 || =3.11.6": {
"version": "3.11.5",
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/"
},
">= 4.0.0 < 4.2.2": {
"version": "4.2.2",
"reason": "https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/"
}
},
"bug-versions": {

@@ -25,0 +69,0 @@ "is-my-json-valid": {

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