Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webmscore

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webmscore - npm Package Compare versions

Comparing version 0.13.0 to 0.13.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## 0.13.1 - 2020-12-16
### Fixed
* Fixed an issue that webmscore catches all (and irrelevant) uncaught exceptions in Node.js
## 0.13.0 - 2020-12-14

@@ -7,0 +13,0 @@

5

package.json
{
"name": "webmscore",
"version": "0.13.0",
"version": "0.13.1",
"description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers",

@@ -47,3 +47,4 @@ "type": "module",

"compile": "cd ../ && make release",
"clean": "rm -f src/*.d.ts *.d.ts && cd ../ && make clean",
"clean": "npm run clean:d-ts && cd ../ && make clean",
"clean:d-ts": "rm -f src/*.d.ts *.d.ts",
"d-ts": "tsc --emitDeclarationOnly --declaration --allowJs --lib esnext --target esnext src/index.js",

@@ -50,0 +51,0 @@ "prepack": "cp ../README.md . && cp ../CHANGELOG.md .",

webmscore.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc