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

@withdouble/lucipher

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@withdouble/lucipher - npm Package Compare versions

Comparing version 1.2.3 to 2.0.0

dist/commonjs/index.js

26

package.json
{
"name": "@withdouble/lucipher",
"description": "Encryption and JWT toolbox",
"version": "1.2.3",
"version": "2.0.0",
"author": {

@@ -14,3 +14,2 @@ "name": "Double, inc",

"license": "MIT",
"main": "lib",
"files": [

@@ -23,6 +22,12 @@ "lib"

},
"main": "dist/commonjs/index.js",
"module": "dist/esnext/index.js",
"typings": "dist/esnext/index.d.ts",
"typescript": {
"definition": "dist/esnext/index.d.ts"
},
"scripts": {
"clean-lib": "rm -rf lib | echo \"No lib folder to remove\"",
"prebuild": "npm run clean-lib",
"build": "babel src/ -d lib/",
"clean": "rm -rf dist || echo 'No dist folder to remove'",
"prebuild": "npm run clean",
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs",
"prepare": "npm run build"

@@ -38,8 +43,15 @@ },

"@babel/preset-flow": "^7.0.0",
"@types/jsonwebtoken": "^8.3.4",
"@withdouble/eslint-config": "^2.3.0",
"flow-bin": "^0.108.0"
"flow-bin": "^0.108.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.3"
},
"eslintConfig": {
"extends": "@withdouble"
"extends": "@withdouble",
"env": {
"node": true,
"browser": false
}
}
}
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