cacophony
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "cacophony", | ||
"version": "0.1.0", | ||
"main": "index.js", | ||
"author": "Wang Zuo <wangzuo@swiftcarrot.com> (https://swiftcarrot.com)", | ||
"license": "MIT" | ||
} | ||
"version": "0.1.1", | ||
"description": "Typescript audio library with caching", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "npm run clean && tsc --build", | ||
"clean": "tsc --build --clean", | ||
"prepublishOnly": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"audio", | ||
"webaudio" | ||
], | ||
"author": "Christopher Toth", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"typescript": "^5.1.6" | ||
}, | ||
"dependencies": { | ||
"standardized-audio-context": "^25.3.55" | ||
} | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
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
31658
7
499
1
103
1
1
3
2
+ Added@babel/runtime@7.26.9(transitive)
+ Addedautomation-events@7.1.5(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addedstandardized-audio-context@25.3.77(transitive)
+ Addedtslib@2.8.1(transitive)