@am92/jose-crypto
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@am92/jose-crypto", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "JOSE Cryptography", | ||
"type": "module", | ||
"main": "dist/JoseCrypto.js", | ||
"main": "src/JoseCrypto.mjs", | ||
"module": "src/JoseCrypto.mjs", | ||
"scripts": { | ||
"test": "jest", | ||
"build": "rimraf dist/ && babel src/ --out-dir dist/ --copy-files", | ||
"test": "echo 'Error: no test specified'", | ||
"preversion": "pnpm test", | ||
"version": "pnpm run build && git add -A dist", | ||
"version": "echo 'Versioning'", | ||
"postversion": "git push && git push --tags" | ||
@@ -31,17 +30,5 @@ }, | ||
"exports": { | ||
".": { | ||
"require": "./dist/JoseCrypto.js", | ||
"default": "./src/JoseCrypto.mjs" | ||
} | ||
".": "./src/JoseCrypto.mjs" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.20.7", | ||
"@babel/core": "^7.20.7", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.20.7", | ||
"@babel/preset-env": "^7.20.2", | ||
"babel-jest": "^29.3.1", | ||
"babel-plugin-module-extension": "^0.1.3", | ||
"jest": "^29.3.1", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"devDependencies": {}, | ||
"keywords": [ | ||
@@ -48,0 +35,0 @@ "jose", |
# @am92/jose-crypto | ||
[![npm version](https://img.shields.io/npm/v/@am92/jose-crypto?style=for-the-badge)](https://www.npmjs.com/package/@am92/jose-crypto) | ||
[![ECMAScript Module](https://img.shields.io/badge/ECMAScript-Module%20Only-red?style=for-the-badge)](https://nodejs.org/api/esm.html) | ||
[![License: MIT](https://img.shields.io/npm/l/@am92/jose-crypto?color=yellow&style=for-the-badge)](https://opensource.org/licenses/MIT) | ||
@@ -5,0 +6,0 @@ [![Vulnerabilities: Snyk](https://img.shields.io/snyk/vulnerabilities/npm/@am92/jose-crypto?style=for-the-badge)](https://security.snyk.io/package/npm/@am92%2Fjose-crypto) |
Sorry, the diff of this file is not supported yet
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
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
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
0
61
13443
10
273
1