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

@sfpmld-gettix/common

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sfpmld-gettix/common - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

build/constants/config.js

29

package.json
{
"name": "@sfpmld-gettix/common",
"version": "1.0.0",
"version": "1.0.2",
"description": "",
"main": "index.js",
"author": "XavierA",
"license": "MIT"
"license": "MIT",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"./build/**/*"
],
"scripts": {
"clean": "del ./build/*",
"prebuild": "yarn clean ",
"build": "tsc",
"pub": "func() { git add . && git commit -m \"$2\" && npm version \"$1\" && yarn build && yarn publish; }; func"
},
"devDependencies": {
"@types/cookie-session": "^2.0.41",
"@types/express": "^4.17.8",
"@types/jsonwebtoken": "^8.5.0",
"del-cli": "^3.0.1",
"typescript": "^4.0.5"
},
"dependencies": {
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"express-validator": "^6.6.1",
"jsonwebtoken": "^8.5.1"
}
}
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