New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bug-versions

Package Overview
Dependencies
Maintainers
9
Versions
206
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.83.0 to 1.83.1

2

index.js

@@ -1,3 +0,1 @@

'use strict';
module.exports = require('./package.json').config['bug-versions'];

54

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

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

"test": "node--test && find-duplicated-property-keys -s package.json",
"ci": "npm run lint:commit && c8 -r text-summary -r json-summary -r json -r lcov npm test",
"semantic-release": "semantic-release",
"lint:commit": "git log -1 --pretty=format:\"%s\" | commitlint"
"ci": "npm run lint && c8 -r text-summary -r json-summary -r json -r lcov npm test",
"lint": "git log -1 --pretty=format:\"%s\" | commitlint"
},

@@ -22,2 +21,11 @@ "husky": {

},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-angular": "^9.0.1",
"c8": "^7.11.3",
"find-duplicated-property-keys": "^1.2.7",
"git-contributor": "^1.0.10",
"husky": "^4.2.5",
"test": "^3.0.0"
},
"repository": {

@@ -946,37 +954,11 @@ "type": "git",

}
},
"@babel/plugin-transform-block-scoping": {
"7.20.7": {
"version": "7.20.5",
"reason": "https://github.com/babel/babel/issues/15295"
}
}
}
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-angular": "^9.0.1",
"@semantic-release/changelog": "^6.0.1",
"c8": "^7.11.3",
"egg-ci": "^2.1.0",
"find-duplicated-property-keys": "^1.2.7",
"git-contributor": "^1.0.10",
"husky": "^4.2.5",
"semantic-release": "^18.0.1",
"test": "^3.0.0"
},
"ci": {
"version": "16",
"os": "linux"
},
"release": {
"branche": "master",
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "History.md"
}
],
"@semantic-release/npm",
"@semantic-release/github"
]
}
}
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