Socket
Socket
Sign inDemoInstall

aira

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aira - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

.releaserc.json

35

package.json
{
"name": "aira",
"version": "0.1.0",
"version": "1.0.0",
"description": "aira runs loops on Roland AIRA series synthesizers.",
"contributors": [
{
"name": "Golo Roden",
"email": "golo.roden@thenativeweb.io"
}
],
"main": "build/lib/aira.js",
"types": "build/lib/aira.d.ts",
"dependencies": {
"defekt": "7.2.0",
"easymidi": "2.0.4",
"easymidi": "2.0.5",
"flaschenpost": "5.0.35"

@@ -12,12 +21,16 @@ },

"assertthat": "6.3.0",
"eslint": "7.27.0",
"eslint-config-es": "3.29.2",
"mocha": "8.4.0",
"ts-node": "10.0.0",
"typescript": "4.3.2"
"roboter": "11.7.1",
"semantic-release-configuration": "2.0.1"
},
"scripts": {
"start": "npx ts-node app.ts",
"test": "npx mocha --async-only --bail --require ts-node/register --ui tdd 'test/**/*Tests.ts'"
}
"repository": {
"type": "git",
"url": "git://github.com/thenativeweb/aira.git"
},
"keywords": [
"aira",
"midi",
"music",
"roland"
],
"license": "MIT"
}

@@ -6,3 +6,3 @@ {

"esModuleInterop": true,
"lib": [ "dom", "esnext" ],
"lib": [ "esnext" ],
"module": "commonjs",

@@ -9,0 +9,0 @@ "outDir": "build",

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