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.15 to 1.1.0

src/CONFIG.mjs

22

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

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