Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

@atomist/yaml-updater

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomist/yaml-updater - npm Package Compare versions

Comparing version
0.4.0-20180822161352
to
0.4.0-20180822161920
+8
-4
package.json
{
"name": "@atomist/yaml-updater",
"version": "0.4.0-20180822161920",
"description": "Update YAML documents while ensuring clean diffs",
"version": "0.4.0-20180822161352",
"author": {

@@ -16,2 +16,5 @@ "name": "Atomist",

},
"bugs": {
"url": "https://github.com/atomist/yaml-updater/issues"
},
"keywords": [

@@ -21,5 +24,2 @@ "atomist",

],
"bugs": {
"url": "https://github.com/atomist/yaml-updater/issues"
},
"main": "./index.js",

@@ -63,3 +63,7 @@ "types": "./index.d.ts",

"typedoc": "npm run doc"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
}
}