Comparing version 0.0.1 to 0.1.0-rc.1
{ | ||
"name": "webmscore", | ||
"version": "0.0.1" | ||
} | ||
"version": "0.1.0-rc.1", | ||
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers", | ||
"type": "module", | ||
"main": "./webmscore.js", | ||
"module": "./src/index.js", | ||
"exports": { | ||
"browser": "./src/index.js", | ||
"node": "./src/nodejs.js" | ||
}, | ||
"files": [ | ||
"src", | ||
"schemas.ts", | ||
"webmscore.js", | ||
"webmscore.lib.*" | ||
], | ||
"keywords": [ | ||
"musescore", | ||
"mscz", | ||
"svg", | ||
"midi", | ||
"musicxml", | ||
"sheet-music", | ||
"scorefile", | ||
"webassembly", | ||
"LibreScore" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/LibreScore/webmscore.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/LibreScore/webmscore/issues" | ||
}, | ||
"homepage": "https://github.com/LibreScore/webmscore#readme", | ||
"author": "LibreScore", | ||
"license": "GPL", | ||
"devDependencies": { | ||
"rollup": "^2.8.2" | ||
}, | ||
"scripts": { | ||
"bundle": "rollup -c", | ||
"build": "cd ../ && make release", | ||
"prepack": "cp ../README.md ." | ||
} | ||
} |
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
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
41369487
11
2701
0
1
1
7
Yes
1
1
5
13