Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "zone-file", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A DNS zone file parser and generator", | ||
@@ -8,4 +8,4 @@ "main": "lib/index", | ||
"compile": "rm -rf lib; babel --presets es2015 src -d lib", | ||
"test": "npm run compile; node lib/testing/unitTests.js", | ||
"prepublish": "npm run compile" | ||
"prepublish": "npm run compile", | ||
"test": "npm run compile; node lib/testing/unitTests.js" | ||
}, | ||
@@ -16,2 +16,7 @@ "repository": { | ||
}, | ||
"author": "Blockstack Inc.", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/blockstack/zone-file-js/issues" | ||
}, | ||
"keywords": [ | ||
@@ -25,4 +30,2 @@ "DNS", | ||
], | ||
"author": "Blockstack Inc.", | ||
"license": "ISC", | ||
"contributors": [ | ||
@@ -29,0 +32,0 @@ { |
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
37031
770
0
1
1