Comparing version 1.0.0 to 2.0.0-beta.0
{ | ||
"name": "zone-file", | ||
"version": "1.0.0", | ||
"version": "2.0.0-beta.0", | ||
"description": "A DNS zone file parser and generator", | ||
"main": "lib/index", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"engines": { | ||
"node": ">=10" | ||
}, | ||
"scripts": { | ||
"compile": "rm -rf lib; babel src -d lib", | ||
"flow": "flow", | ||
"prepublish": "npm run compile", | ||
"lint": "eslint src", | ||
"test": "npm run lint && npm run compile && npm run flow && node lib/testing/unitTests.js" | ||
"start": "tsdx watch", | ||
"build": "tsdx build --format cjs", | ||
"test": "tsdx test --coverage", | ||
"lint": "tsdx lint", | ||
"prepare": "npm run build", | ||
"codecovUpload": "codecov" | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"semi": true, | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
}, | ||
"repository": { | ||
@@ -38,2 +53,5 @@ "type": "git", | ||
{ | ||
"name": "Matthew Little" | ||
}, | ||
{ | ||
"name": "Elgs Chen" | ||
@@ -71,12 +89,6 @@ }, | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.2.2", | ||
"@babel/plugin-transform-modules-commonjs": "^7.2.0", | ||
"@babel/preset-flow": "^7.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.11.1", | ||
"eslint-plugin-flowtype": "^3.2.0", | ||
"flow-bin": "^0.89.0", | ||
"tape": "^4.5.1" | ||
"codecov": "^3.8.1", | ||
"tsdx": "^0.14.1", | ||
"typescript": "^4.1.3" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
112902
3
1183
18
2
2