Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "zone-file", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A DNS zone file parser and generator", | ||
"main": "lib/index", | ||
"scripts": { | ||
"compile": "babel --presets es2015 src -d lib", | ||
"compile": "rm -rf lib; babel --presets es2015 src -d lib", | ||
"test": "npm run compile; node lib/testing/unitTests.js", | ||
@@ -9,0 +9,0 @@ "prepublish": "npm run compile" |
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
34527
0