Comparing version 5.1.2 to 5.1.3
@@ -12,3 +12,3 @@ (function() { | ||
CSON = require('cson-safe'); | ||
CSON = require('cson-parser'); | ||
@@ -15,0 +15,0 @@ csonCache = null; |
@@ -10,3 +10,3 @@ (function() { | ||
CSON = require('cson-safe'); | ||
CSON = require('cson-parser'); | ||
@@ -13,0 +13,0 @@ module.exports = function(argv) { |
{ | ||
"name": "season", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "CSON utilities", | ||
@@ -33,3 +33,3 @@ "licenses": [ | ||
"dependencies": { | ||
"cson-safe": "^1.0.5", | ||
"cson-parser": "^1.0.6", | ||
"fs-plus": "2.x", | ||
@@ -36,0 +36,0 @@ "optimist": "~0.4.0", |
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
14164
+ Addedcson-parser@^1.0.6
+ Addedcson-parser@1.3.5(transitive)
- Removedcson-safe@^1.0.5
- Removedcson-safe@1.0.5(transitive)