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.18 to 0.1.20

bin/api/base.d.ts

8

package.json
{
"name": "@kustomer/apps-common",
"version": "0.1.18",
"version": "0.1.20",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"repository": {

@@ -11,3 +11,3 @@ "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",
"build": "npx rimraf bin && tsc -p .",
"test": "npx jest --no-cache",

@@ -14,0 +14,0 @@ "lint": "npx eslint . --ext .ts",

@@ -6,4 +6,4 @@ {

},
"include": ["**/*.ts", "package.json"],
"include": ["**/*.ts"],
"exclude": ["bin", "**/*.spec.ts"]
}
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