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

@saleor/app-sdk

Package Overview
Dependencies
Maintainers
10
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saleor/app-sdk - npm Package Compare versions

Comparing version 0.9.0-3 to 0.9.0-4

APL/apl.d.ts

51

package.json
{
"name": "@saleor/app-sdk",
"version": "0.9.0-3",
"version": "0.9.0-4",
"description": "SDK for building great Saleor Apps",
"types": "index.d.ts",
"main": "index.js",
"scripts": {
"prepublishOnly": "pnpm build",
"watch": "tsup-node src/* --format esm,cjs --dts --watch",
"build": "tsup-node src/* --format esm,cjs --dts && clear-package-json package.json -o dist/package.json --fields publishConfig",
"test": "vitest",
"test:ci": "CI=true vitest",
"prepare": "husky install",
"lint": "prettier --loglevel warn --write . && eslint --fix .",
"release": "np"
},
"keywords": [],
"author": "",

@@ -28,35 +17,2 @@ "license": "ISC",

},
"devDependencies": {
"@testing-library/dom": "^8.17.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.6.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-react": "^2.0.0",
"clean-publish": "^4.0.1",
"eslint": "8.21.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"np": "^7.6.1",
"prettier": "2.7.1",
"tsm": "^2.2.2",
"tsup": "^6.2.1",
"typescript": "^4.7.4",
"vite": "^3.0.5",
"vitest": "^0.21.1",
"watchlist": "^0.3.1"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
"*.{js,ts,tsx,css,md,json}": "prettier --write"
},
"exports": {

@@ -95,5 +51,2 @@ "./package.json": "./package.json",

},
"publishConfig": {
"directory": "dist"
},
"repository": {

@@ -113,2 +66,2 @@ "type": "git",

}
}
}
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