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

standard-version-updater-yaml

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-version-updater-yaml - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

CHANGELOG.md

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

### [1.0.1](https://github.com/coldfrontlabs/standard-version-updater-yaml/compare/v1.0.0...v1.0.1) (2019-12-13)
### Build System
* **npm:** disallow .files from being packaged ([f2c6c0b](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/f2c6c0b37a8d3465dc3059ca93b1361201d27545))
### Documentation
* **general:** update example of usage to not cause a warning ([6e639a0](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/6e639a050a5c80e8602738c974f05bb94c78f3cb))
## 1.0.0 (2019-12-10)

@@ -7,0 +19,0 @@

5

package.json
{
"name": "standard-version-updater-yaml",
"version": "1.0.0",
"version": "1.0.1",
"description": "A YAML updater for standard-version.",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {

@@ -7,0 +10,0 @@ "commit": "npx git cz",

4

README.md

@@ -21,3 +21,3 @@ # standard-version-updater-yaml

```jsx
const standardVersionUpdaterYaml = require("standard-version-updater-yaml");
const standardVersionUpdaterYaml = require.resolve("standard-version-updater-yaml");

@@ -43,3 +43,3 @@ module.exports = {

filename: "file.yml",
updater: require("standard-version-updater-yaml")
updater: require.resolve("standard-version-updater-yaml")
}

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