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
122
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.25 to 0.1.26

bin/errors/bad-request.d.ts

13

package.json
{
"name": "@kustomer/apps-server",
"version": "0.1.25",
"version": "0.1.26",
"description": "Kustomer App SDK",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"main": "bin/index.js",
"types": "bin/index.d.ts",
"files": [
"bin"
],
"repository": {

@@ -12,3 +15,3 @@ "url": "https://github.com/kustomer/apps-sdk/tree/main/server"

"scripts": {
"build": "npx rimraf bin && tsc -p . --sourceMap false && cp ./README.md ./bin/README.md",
"build": "npx rimraf bin && tsc -p . --sourceMap false",
"test": "npx jest --no-cache",

@@ -20,3 +23,3 @@ "lint": "npx eslint . --ext .ts",

"dependencies": {
"@kustomer/apps-common": "0.1.25",
"@kustomer/apps-common": "0.1.26",
"cors": "^2.8.5",

@@ -23,0 +26,0 @@ "date-fns": "^2.29.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