@appscode/json2yaml
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -1,2 +0,2 @@ | ||
var Escaper = require('./lib/Escaper'); | ||
var Escaper = require('yamljs/lib/Escaper'); | ||
var spacing = " "; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@appscode/json2yaml", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Javascript JSON to YAML converter", | ||
@@ -9,3 +9,5 @@ "main": "index.js", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"yamljs": "^0.2.10" | ||
}, | ||
"devDependencies": {}, | ||
@@ -12,0 +14,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
8636
1
6
208
+ Addedyamljs@^0.2.10
+ Addedargparse@1.0.10(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedsprintf-js@1.0.3(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedyamljs@0.2.10(transitive)