Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@am92/jose-crypto

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@am92/jose-crypto - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

src/CONFIG.mjs

25

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc