Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "bole", | ||
"version": "0.0.0", | ||
"description": "JSON logger", | ||
"version": "0.0.1", | ||
"description": "A tiny JSON logger", | ||
"main": "bole.js", | ||
@@ -16,11 +16,11 @@ "scripts": { | ||
"dependencies": { | ||
"json-stringify-safe": "^5.0.0", | ||
"individual": "^2.0.0", | ||
"core-util-is": "^1.0.1" | ||
"json-stringify-safe": "~5.0.0", | ||
"individual": "~2.0.0", | ||
"core-util-is": "~1.0.1" | ||
}, | ||
"devDependencies": { | ||
"tape": "^2.13.1", | ||
"bl": "^0.8.0", | ||
"hyperquest": "^0.3.0" | ||
"tape": "~2.13.1", | ||
"bl": "~0.8.0", | ||
"hyperquest": "~0.3.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
19353
Updatedcore-util-is@~1.0.1
Updatedindividual@~2.0.0
Updatedjson-stringify-safe@~5.0.0