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

@kustomer/apps-server-sdk

Package Overview
Dependencies
Maintainers
117
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kustomer/apps-server-sdk - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/common/http-method.d.ts

78

package.json
{
"name": "@kustomer/apps-server-sdk",
"version": "0.0.1",
"description": "Kustomer Server Side App SDK",
"main": "./bin/index.js",
"scripts": {
"build": "npx rimraf bin && tsc -p .",
"test": "npx jest --no-cache",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --ext .ts --fix"
},
"dependencies": {
"axios": "^0.21.1",
"cors": "^2.8.5",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/jsonwebtoken": "^8.5.5",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"supertest": "^6.2.3",
"ts-jest": "^27.1.4",
"typescript": "^4.4.2"
}
"name": "@kustomer/apps-server-sdk",
"version": "0.0.2",
"description": "Kustomer Server Side App SDK",
"main": "./lib/index.js",
"scripts": {
"build": "npx rimraf bin && tsc -p .",
"test": "npx jest --no-cache",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --ext .ts --fix"
},
"dependencies": {
"axios": "^0.21.1",
"cors": "^2.8.5",
"debug": "^4.3.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/debug": "^4.1.7",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/jsonwebtoken": "^8.5.5",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"supertest": "^6.2.3",
"ts-jest": "^27.1.4",
"typescript": "^4.4.2"
}
}
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