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

@magenta/music

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magenta/music - npm Package Compare versions

Comparing version 0.0.10 to 1.0.0

9

package.json
{
"name": "@magenta/music",
"version": "0.0.10",
"version": "1.0.0",
"description": "Make music in the browser with machine learning.",

@@ -29,6 +29,8 @@ "main": "es5/index.js",

"tslint": "^5.9.1",
"typedoc": "^0.11.1",
"typedoc-plugin-sourcefile-url": "^1.0.3",
"typescript": "2.7.2"
},
"scripts": {
"prepublish": "yarn lint && yarn test && yarn build && yarn build-demos && yarn bundle",
"prepublish": "yarn lint && yarn test && yarn build && yarn doc && yarn bundle",
"build": "tsc",

@@ -40,3 +42,4 @@ "bundle": "browserify --standalone mm src/index.ts -p [tsify] > dist/magentamusic.js",

"run-demos": "yarn build-demos && http-server demos/",
"proto": "pbjs --force-number -t static-module -w commonjs -o src/protobuf/proto.js ../../protobuf/music.proto && pbts -o src/protobuf/proto.d.ts src/protobuf/proto.js"
"proto": "pbjs --force-number -t static-module -w commonjs -o src/protobuf/proto.js ../../protobuf/music.proto && pbts -o src/protobuf/proto.d.ts src/protobuf/proto.js",
"doc": "typedoc --sourcefile-url-prefix 'https://github.com/tensorflow/magenta-js/tree/master/music/src/' --out ../docs/ src --mode modules --excludePrivate --exclude '**/*+(index|test).ts' --excludeExternals"
},

@@ -43,0 +46,0 @@ "author": "Magenta",

@@ -1,5 +0,7 @@

# MagentaMusic.js API
# @magenta/music
This JavaScript implementation of Magenta's musical note-based models uses [TensorFlow.js](https://js.tensorflow.org) for GPU-accelerated inference.
Complete documentation is available at https://tensorflow.github.io/magenta-js.
For the Python TensorFlow implementations, see the [main Magenta repo](https://github.com/tensorflow/magenta).

@@ -47,4 +49,4 @@

<head>
<!-- Load MagentaMusic.js -->
<script src="https://cdn.jsdelivr.net/npm/@magenta/music@0.0.8"> </script>
<!-- Load @magenta/music -->
<script src="https://cdn.jsdelivr.net/npm/@magenta/music@0.0.10"> </script>

@@ -51,0 +53,0 @@ <!-- Place your code in the script tag below. You can also use an external .js file -->

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