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
203
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.50.1 to 1.50.2

4

History.md

@@ -1,2 +0,2 @@

## [1.50.1](https://github.com/cnpm/bug-versions/compare/1.50.0...1.50.1) (2020-07-27)
## [1.50.2](https://github.com/cnpm/bug-versions/compare/1.50.1...1.50.2) (2020-08-05)

@@ -6,2 +6,2 @@

* hotfix eslint-plugin-react version ([#102](https://github.com/cnpm/bug-versions/issues/102)) ([2332607](https://github.com/cnpm/bug-versions/commit/23326073767fc2326460ec6f10924cfcf406c3fe))
* @babel/parser@7.11.1 rollback to 7.11.0 ([#104](https://github.com/cnpm/bug-versions/issues/104)) ([3020101](https://github.com/cnpm/bug-versions/commit/3020101d9d7ea7225d226c3baed8465f0e6500a9))
{
"name": "bug-versions",
"version": "1.50.1",
"version": "1.50.2",
"description": "collect all bug versions on npm package",

@@ -11,4 +11,5 @@ "main": "index.js",

"test": "node test.js",
"ci": "npm test",
"semantic-release": "semantic-release"
"ci": "npm run lint:commit && npm test",
"semantic-release": "semantic-release",
"lint:commit": "git log -1 --pretty=format:\"%s\" | commitlint"
},

@@ -550,2 +551,8 @@ "husky": {

}
},
"@babel/parser": {
"7.11.1": {
"version": "7.11.0",
"reason": "https://github.com/babel/babel/issues/11914"
}
}

@@ -552,0 +559,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