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.8.2 to 0.8.3-rc.1

webmscore.lib.wasm-

10

CHANGELOG.md

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

## 0.8.3 - 2020-07-30
### Added
* Webpack Compatibility
### Changed
* Use WOFF2 fonts and LZ4 compression to reduce the data file size (significantly)
## 0.8.1 - 2020-07-28

@@ -7,0 +17,0 @@

8

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

@@ -9,2 +9,3 @@ "type": "module",

"module": "./webmscore.mjs",
"browser": "./webmscore.webpack.mjs",
"exports": {

@@ -19,2 +20,3 @@ "browser": "./src/index.js",

"webmscore.mjs",
"webmscore.webpack.mjs",
"webmscore.lib.*",

@@ -49,8 +51,8 @@ "!webmscore.lib.d.ts"

"build": "npm run clean && npm run compile && npm run bundle && npm run d-ts",
"bundle": "rollup -c",
"bundle": "rollup -c && ln webmscore.lib.wasm webmscore.lib.wasm- || true # workaround for Webpack 4",
"compile": "cd ../ && make release",
"clean": "rm src/*.d.ts && cd ../ && make clean",
"d-ts": "tsc --declaration --allowJs src/index.js || echo",
"d-ts": "tsc --declaration --allowJs src/index.js || true",
"prepack": "cp ../README.md . && cp ../CHANGELOG.md ."
}
}

@@ -18,2 +18,3 @@

locateFile(path) {
// %INJECTION_HINT%
// fix loading the preload pack in Browsers and WebWorkers

@@ -20,0 +21,0 @@ const prefix = typeof MSCORE_SCRIPT_URL == "string"

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 too big to display

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