@getvolume/volume-js
Advanced tools
Comparing version 1.0.16-canary.e599c7b to 1.0.16
{ | ||
"name": "@getvolume/volume-js", | ||
"version": "1.0.16-canary.e599c7b", | ||
"description": "Volume JS", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/**" | ||
], | ||
"scripts": { | ||
"test": "vitest run", | ||
"test:watch": "vitest", | ||
"build": "tsup src/index.ts --dts", | ||
"clean": "rm -rf dist .turbo", | ||
"dev": "yarn build --watch" | ||
}, | ||
"dependencies": { | ||
"@getvolume/volume-shared": "0.0.10" | ||
}, | ||
"author": "Kai Spencer", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"cross-fetch": "^3.1.5", | ||
"msw": "^0.47.0", | ||
"node-fetch": "^3.2.8", | ||
"tsup": "^6.2.1", | ||
"typescript": "^4.7.4", | ||
"vitest": "^0.18.1" | ||
} | ||
"name": "@getvolume/volume-js", | ||
"version": "1.0.16", | ||
"description": "Volume JS", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/**" | ||
], | ||
"scripts": { | ||
"test": "vitest run", | ||
"test:watch": "vitest", | ||
"build": "tsup src/index.ts --dts", | ||
"clean": "rm -rf dist .turbo", | ||
"dev": "yarn build --watch" | ||
}, | ||
"dependencies": { | ||
"@getvolume/volume-shared": "0.0.11" | ||
}, | ||
"author": "Kai Spencer", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"cross-fetch": "^3.1.5", | ||
"msw": "^0.47.0", | ||
"node-fetch": "^3.2.8", | ||
"tsup": "^6.7.0", | ||
"typescript": "^4.9.5", | ||
"vitest": "^0.18.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance 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
1
658
1
0
2
+ Added@getvolume/volume-shared@0.0.11(transitive)
- Removed@getvolume/volume-shared@0.0.10(transitive)