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

@kustomer/apps-common

Package Overview
Dependencies
Maintainers
122
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kustomer/apps-common - npm Package Compare versions

Comparing version 0.1.17 to 0.1.18

.eslintignore

46

package.json
{
"name": "@kustomer/apps-common",
"version": "0.1.17",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"url": "https://github.com/kustomer/apps-sdk/tree/main/common"
},
"scripts": {
"build": "npx rimraf bin && tsc -p . --sourceMap false && cp ./README.md ./bin/README.md",
"test": "npx jest --no-cache",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --ext .ts --fix",
"pub": "npm publish --access public"
},
"dependencies": {
"axios": "^1.2.0",
"debug": "^4.3.2"
},
"devDependencies": {
"@types/debug": "^4.1.7"
}
}
"name": "@kustomer/apps-common",
"version": "0.1.18",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"url": "https://github.com/kustomer/apps-sdk/tree/main/common"
},
"scripts": {
"build": "npx rimraf bin && tsc -p . --sourceMap false && cp ./README.md ./bin/README.md",
"test": "npx jest --no-cache",
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --ext .ts --fix",
"pub": "npm publish --access public"
},
"dependencies": {
"axios": "^1.2.0",
"debug": "^4.3.2"
},
"devDependencies": {
"@types/debug": "^4.1.7"
}
}
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