@am92/jose-crypto
Advanced tools
Comparing version 1.0.15 to 1.1.0
{ | ||
"name": "@am92/jose-crypto", | ||
"version": "1.0.15", | ||
"version": "1.1.0", | ||
"description": "JOSE Cryptography", | ||
"type": "module", | ||
"main": "./index.mjs", | ||
"module": "./index.mjs", | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.mts", | ||
"import": "./src/index.mjs" | ||
} | ||
}, | ||
"types": "./types/index.d.mts", | ||
"module": "./src/index.mjs", | ||
"main": "./src/index.mjs", | ||
"scripts": { | ||
"test": "echo 'Error: no test specified'", | ||
"generate:types": "rm -rf types && npx -p typescript tsc", | ||
"preversion": "pnpm test", | ||
"version": "echo 'Versioning'", | ||
"postversion": "git push && git push --tags" | ||
"postversion": "git push && git push --tags && npm run publish:pkg", | ||
"publish:pkg": "npm publish" | ||
}, | ||
@@ -29,6 +38,5 @@ "repository": "git@github.com:heliumtank92/am92-jose-crypto.git", | ||
"license": "MIT", | ||
"exports": { | ||
".": "./index.mjs" | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": {}, | ||
"keywords": [ | ||
@@ -35,0 +43,0 @@ "jose", |
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
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
17515
18
288
1