@saleor/app-sdk
Advanced tools
Comparing version 0.8.0 to 0.9.0-0
{ | ||
"name": "@saleor/app-sdk", | ||
"version": "0.8.0", | ||
"version": "0.9.0-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": "np" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"debug": "^4.3.4", | ||
"fast-glob": "^3.2.11", | ||
"graphql": "^16.5.0", | ||
"jose": "^4.8.3", | ||
"retes": "^0.29.4" | ||
"retes": "^0.32.0", | ||
"uuid": "^8.3.2" | ||
}, | ||
"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": { | ||
@@ -22,2 +68,7 @@ "./package.json": "./package.json", | ||
}, | ||
"./apl": { | ||
"types": "./apl.d.ts", | ||
"import": "./apl.mjs", | ||
"require": "./apl.js" | ||
}, | ||
"./middleware": { | ||
@@ -33,2 +84,7 @@ "types": "./middleware.d.ts", | ||
}, | ||
"./app-bridge": { | ||
"types": "./app-bridge/index.d.ts", | ||
"import": "./app-bridge/index.mjs", | ||
"require": "./app-bridge/index.js" | ||
}, | ||
".": { | ||
@@ -40,2 +96,5 @@ "types": "./index.d.ts", | ||
}, | ||
"publishConfig": { | ||
"directory": "dist" | ||
}, | ||
"repository": { | ||
@@ -48,3 +107,6 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/saleor/saleor-app-sdk#readme" | ||
} | ||
"homepage": "https://github.com/saleor/saleor-app-sdk#readme", | ||
"np": { | ||
"testScript": "test:ci" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
210937
153
5102
0
59
6
27
1
2
+ Addeddebug@^4.3.4
+ Addeduuid@^8.3.2
+ Addeddebug@4.4.0(transitive)
+ Addedms@2.1.3(transitive)
+ Addedretes@0.32.0(transitive)
+ Addeduuid@8.3.2(transitive)
- Removedretes@0.29.4(transitive)
Updatedretes@^0.32.0