Socket
Socket
Sign inDemoInstall

midifile-ts

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

dist/index.d.ts

@@ -34,3 +34,3 @@ interface Event<T extends string> {

interface ChannelPrefixEvent extends MetaEvent<"midiChannelPrefix"> {
channel: number;
value: number;
}

@@ -37,0 +37,0 @@ interface PortPrefixEvent extends MetaEvent<"portPrefix"> {

@@ -878,2 +878,1 @@ 'use strict';

exports.write = write;
//# sourceMappingURL=index.js.map
{
"name": "midifile-ts",
"version": "1.2.1",
"version": "1.2.2",
"description": "",

@@ -22,11 +22,10 @@ "main": "dist/index.js",

"devDependencies": {
"@rollup/plugin-typescript": "^8.2.5",
"@types/jest": "27.0.1",
"@types/node": "16.7.5",
"@wessberg/rollup-plugin-ts": "1.3.8",
"jest": "^27.1.0",
"rollup": "2.56.3",
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "4.4.2"
}
}

@@ -1,2 +0,2 @@

import typescript from "@rollup/plugin-typescript"
import ts from "@wessberg/rollup-plugin-ts"

@@ -7,6 +7,5 @@ export default {

file: "dist/index.js",
format: "cjs",
sourcemap: true,
format: "cjs"
},
plugins: [typescript()],
plugins: [ts()]
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc