@netlify/blobs
Advanced tools
Comparing version
{ | ||
"name": "@netlify/blobs", | ||
"version": "2.0.0", | ||
"version": "2.1.0-rc.1", | ||
"description": "A JavaScript client for the Netlify Blob Store", | ||
"type": "module", | ||
"main": "./dist/src/main.js", | ||
"exports": "./dist/src/main.js", | ||
"engines": { | ||
"node": "^14.16.0 || >=16.0.0" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"path": "./dist/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"path": "./dist/index.js" | ||
}, | ||
"default": { | ||
"types": "./dist/index.d.ts", | ||
"path": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist/src/**/*.js", | ||
"dist/src/**/*.d.ts", | ||
"!dist/src/**/*.test.d.ts" | ||
"dist/**/*" | ||
], | ||
@@ -16,4 +34,4 @@ "scripts": { | ||
"build:check": "tsc", | ||
"build:transpile": "esbuild src/main.ts --bundle --outdir=dist/src --platform=node --format=esm", | ||
"dev": "esbuild src/main.ts --bundle --outdir=dist/src --platform=node --format=esm --watch", | ||
"build:transpile": "./build.mjs", | ||
"dev": "./build.mjs --watch", | ||
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/", | ||
@@ -59,13 +77,9 @@ "prepublishOnly": "npm ci && npm test", | ||
"node-fetch": "^3.3.1", | ||
"p-map": "^6.0.0", | ||
"semver": "^7.5.3", | ||
"tmp-promise": "^3.0.3", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.0.0", | ||
"vitest": "^0.34.0" | ||
}, | ||
"engines": { | ||
"node": "^14.16.0 || >=16.0.0" | ||
}, | ||
"dependencies": { | ||
"p-map": "^6.0.0" | ||
} | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
33584
62.05%0
-100%7
16.67%710
90.35%13
18.18%2
100%6
200%- Removed
- Removed