Comparing version 0.0.1 to 1.0.1
{ | ||
"name": "ctjs", | ||
"version": "0.0.1", | ||
"version": "1.0.1", | ||
"description": "Library for making easy access to Certificate Transparency features", | ||
"main": "index.js", | ||
"devDependencies": { | ||
"babel-cli": "latest", | ||
"babel-plugin-istanbul": "^4.1.5", | ||
"babel-preset-env": "latest", | ||
"cross-env": "^5.1.4", | ||
"eslint": "^4.19.1", | ||
"mocha": "^3.0.2", | ||
"node-fetch": "^2.1.2", | ||
"nyc": "^11.6.0", | ||
"rollup": "latest", | ||
"rollup-plugin-commonjs": "^8.2.6", | ||
"rollup-plugin-node-builtins": "latest", | ||
"rollup-plugin-node-resolve": "^1.7.1", | ||
"node-webcrypto-ossl": "^1.0.37", | ||
"urlencode": "^1.1.0" | ||
}, | ||
"dependencies": { | ||
"asn1js": "latest", | ||
"bytestreamjs": "latest", | ||
"pkijs": "latest", | ||
"pvutils": "latest" | ||
}, | ||
"engines": { | ||
"node": ">=6.0.0" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "cross-env NODE_ENV=test nyc mocha --timeout 0 --require babel-register test/functional-tests.js", | ||
"rfc6962-example": "mocha --timeout 0 --require babel-register examples/rfc6962-example/rfc6962-example.js", | ||
"ct-monitor-auditor-example": "mocha --timeout 0 --require babel-register examples/ct-monitor-auditor-example/ct-monitor-auditor-example.js" | ||
}, | ||
"jsnext:main": "./src/index.js", | ||
"module": "./src/index.js", | ||
"main": "./build/index.js", | ||
"keywords": [ | ||
"certificate-transparency", | ||
"certificate", | ||
"transparency" | ||
"transparency", | ||
"rfc6962", | ||
"rfc6962-bis", | ||
"merkle", | ||
"merkle-tree" | ||
], | ||
@@ -14,0 +47,0 @@ "author": "Yury Strozhevsky (yury@strozhevsky.com)", |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
116834
23
3074
1
1
136
4
14
+ Addedasn1js@latest
+ Addedbytestreamjs@latest
+ Addedpkijs@latest
+ Addedpvutils@latest
+ Added@noble/hashes@1.7.1(transitive)
+ Addedasn1js@3.0.5(transitive)
+ Addedbytestreamjs@2.0.1(transitive)
+ Addedpkijs@3.2.4(transitive)
+ Addedpvtsutils@1.3.6(transitive)
+ Addedpvutils@1.1.3(transitive)
+ Addedtslib@2.8.1(transitive)