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.0 to 0.8.1

src/helper.d.ts

6

CHANGELOG.md

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

## 0.8.1 - 2020-07-28
### Added
* TypeScript declaration (`.d.ts`) files
## 0.8.0 - 2020-07-28

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

10

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

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

"webmscore.mjs",
"webmscore.lib.*"
"webmscore.lib.*",
"!webmscore.lib.d.ts"
],

@@ -47,8 +48,9 @@ "keywords": [

"scripts": {
"build": "npm run clean && npm run compile && npm run bundle",
"build": "npm run clean && npm run compile && npm run bundle && npm run d-ts",
"bundle": "rollup -c",
"compile": "cd ../ && make release",
"clean": "cd ../ && make clean",
"clean": "rm src/*.d.ts && cd ../ && make clean",
"d-ts": "tsc --declaration --allowJs src/index.js || echo",
"prepack": "cp ../README.md . && cp ../CHANGELOG.md ."
}
}
webmscore.lib.js

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

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