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

jsontokens

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsontokens - npm Package Compare versions

Comparing version 3.0.0-alpha.2 to 3.0.0

.circleci/config.yml

36

package.json
{
"name": "jsontokens",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"description": "node.js library for encoding, decoding, and verifying JSON Web Tokens (JWTs)",
"main": "lib/index.js",
"unpkg": "dist/jsontokens.js",
"jsdelivr": "dist/jsontokens.js",
"browser": {
"crypto": false
},
"prettier": "@blockstack/prettier-config",
"scripts": {
"build": "tsc -b tsconfig.build.json",
"webpack": "rimraf lib dist && webpack --mode=production",
"build": "rimraf lib && tsc -b tsconfig.build.json",
"prettier": "prettier --write ./src/**/*.ts",
"lint": "eslint --ext .ts ./src",
"test": "npm run lint && jest",
"test": "jest ./src/test/",
"codecovUpload": "codecov",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
"prepublishOnly": "npm run lint && npm run test && npm run webpack && npm run build"
},

@@ -41,2 +48,5 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"@blockstack/prettier-config": "0.0.4",
"@peculiar/webcrypto": "^1.0.21",

@@ -48,10 +58,17 @@ "@types/jest": "^24.0.23",

"@typescript-eslint/parser": "^2.7.0",
"babel-loader": "^8.0.6",
"codecov": "^3.6.1",
"cross-env": "^6.0.3",
"eslint": "^6.6.0",
"eslint-plugin-jest": "^23.0.3",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"source-map-support": "^0.5.16",
"ts-jest": "^24.1.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.0",
"typescript": "^3.7.2"
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},

@@ -65,8 +82,3 @@ "dependencies": {

"sha.js": "^2.4.11"
},
"files": [
"lib/",
"src/",
"README.md"
]
}
}
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