Socket
Socket
Sign inDemoInstall

standard-version

Package Overview
Dependencies
Maintainers
6
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-version - npm Package Compare versions

Comparing version 9.3.0 to 9.3.1

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [9.3.1](https://www.github.com/conventional-changelog/standard-version/compare/v9.3.0...v9.3.1) (2021-07-14)
### Bug Fixes
* **updater:** npm7 package lock's inner version not being updated ([#713](https://www.github.com/conventional-changelog/standard-version/issues/713)) ([a316dd0](https://www.github.com/conventional-changelog/standard-version/commit/a316dd02f5a7d8dee33d99370afda8738985bc10))
## [9.3.0](https://www.github.com/conventional-changelog/standard-version/compare/v9.2.0...v9.3.0) (2021-05-04)

@@ -7,0 +14,0 @@

@@ -14,2 +14,8 @@ const stringifyPackage = require('stringify-package')

json.version = version
if (json.packages && json.packages['']) {
// package-lock v2 stores version there too
json.packages[''].version = version
}
return stringifyPackage(json, indent, newline)

@@ -16,0 +22,0 @@ }

2

package.json
{
"name": "standard-version",
"version": "9.3.0",
"version": "9.3.1",
"description": "replacement for `npm version` with automatic CHANGELOG generation",

@@ -5,0 +5,0 @@ "bin": "bin/cli.js",

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