@saleor/app-sdk
Advanced tools
Comparing version 0.9.0-4 to 0.9.0
{ | ||
"name": "@saleor/app-sdk", | ||
"version": "0.9.0-4", | ||
"version": "0.9.0", | ||
"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": "release-it" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
@@ -17,2 +28,35 @@ "license": "ISC", | ||
}, | ||
"devDependencies": { | ||
"release-it": "^15.4.1", | ||
"@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", | ||
"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": { | ||
@@ -25,11 +69,11 @@ "./package.json": "./package.json", | ||
}, | ||
"./apl": { | ||
"types": "./apl.d.ts", | ||
"import": "./apl.mjs", | ||
"require": "./apl.js" | ||
"./APL": { | ||
"types": "./APL/index.d.ts", | ||
"import": "./APL/index.mjs", | ||
"require": "./APL/index.js" | ||
}, | ||
"./middleware": { | ||
"types": "./middleware.d.ts", | ||
"import": "./middleware.mjs", | ||
"require": "./middleware.js" | ||
"types": "./middleware/index.d.ts", | ||
"import": "./middleware/index.mjs", | ||
"require": "./middleware/index.js" | ||
}, | ||
@@ -52,2 +96,5 @@ "./urls": { | ||
}, | ||
"publishConfig": { | ||
"directory": "dist" | ||
}, | ||
"repository": { | ||
@@ -60,9 +107,3 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/saleor/saleor-app-sdk#readme", | ||
"np": { | ||
"yarn": false, | ||
"testScript": "test:ci", | ||
"contents": "dist", | ||
"access": "public" | ||
} | ||
} | ||
"homepage": "https://github.com/saleor/saleor-app-sdk#readme" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
302520
173
7428
0
61
27
1
75
4