New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kustomer/apps-server

Package Overview
Dependencies
Maintainers
123
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kustomer/apps-server - npm Package Compare versions

Comparing version 0.1.4 to 0.1.7

errors/bad-request.d.ts

72

package.json
{
"name": "@kustomer/apps-server",
"version": "0.1.4",
"description": "Kustomer App SDK",
"license": "MIT",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"repository": {
"url": "https://github.com/kustomer/apps-sdk/tree/main/server"
},
"scripts": {
"build": "npx rimraf bin && tsc -p .",
"test": "npx jest --no-cache",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --ext .ts --fix",
"publish": "npm publish --access public"
},
"dependencies": {
"@kustomer/apps-common": "0.1.4",
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"puppeteer": "^15.5.0",
"sinon": "^14.0.1"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^18.0.0",
"@types/sinon": "^10.0.13",
"@types/supertest": "^2.0.12",
"supertest": "^6.2.3"
}
"name": "@kustomer/apps-server",
"version": "0.1.7",
"description": "Kustomer App SDK",
"license": "MIT",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"repository": {
"url": "https://github.com/kustomer/apps-sdk/tree/main/server"
},
"scripts": {
"build": "npx rimraf bin && tsc -p . && cp README.md bin/README.md",
"test": "npx jest --no-cache",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --ext .ts --fix",
"publish": "npm publish --access public"
},
"dependencies": {
"@kustomer/apps-common": "0.1.7",
"cors": "^2.8.5",
"date-fns": "^2.29.3",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"puppeteer": "^15.5.0",
"sinon": "^14.0.1"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^18.0.0",
"@types/sinon": "^10.0.13",
"@types/supertest": "^2.0.12",
"supertest": "^6.2.3"
}
}
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