Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "c32check", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Crockford base-32 checksum encoding", | ||
@@ -12,3 +12,3 @@ "main": "lib/index", | ||
"compile": "rimraf lib && tsc", | ||
"prepublish": "npm run build", | ||
"prepublishOnly": "npm run build", | ||
"build": "npm run lint && npm run test && npm run webpack && npm run compile", | ||
@@ -18,3 +18,3 @@ "lint": "eslint --ext=.ts -f=codeframe ./src ./tests", | ||
"test": "nyc node ./tests/unitTests/src/index.ts", | ||
"data-set-test": "npm run lint && cross-env BIG_DATA_TESTS=1 nyc node ./tests/unitTests/src/index.ts", | ||
"data-set-test": "cross-env BIG_DATA_TESTS=1 nyc node ./tests/unitTests/src/index.ts", | ||
"codecovUpload": "codecov" | ||
@@ -21,0 +21,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
0
18238261