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 1.1.9 to 1.1.10

.npmpackagejsonlintrc.json

2

build/lib/errors.d.ts

@@ -1,4 +0,4 @@

declare const OperationInvalid_base: import("defekt/build/lib/ErrorConstructor").ErrorConstructor<"OperationInvalid">;
declare const OperationInvalid_base: import("defekt/build/lib/CustomErrorConstructor").CustomErrorConstructor<"OperationInvalid">;
declare class OperationInvalid extends OperationInvalid_base {
}
export { OperationInvalid };

@@ -0,1 +1,8 @@

## [1.1.10](https://github.com/thenativeweb/aira/compare/1.1.9...1.1.10) (2021-08-24)
### Bug Fixes
* remove engine constraint ([#34](https://github.com/thenativeweb/aira/issues/34)) ([d714ce6](https://github.com/thenativeweb/aira/commit/d714ce61b00ca7d446a238ac4f916df644d9e1ab))
## [1.1.9](https://github.com/thenativeweb/aira/compare/1.1.8...1.1.9) (2021-08-10)

@@ -2,0 +9,0 @@

{
"name": "aira",
"version": "1.1.9",
"version": "1.1.10",
"description": "aira runs loops on Roland AIRA series synthesizers.",

@@ -11,15 +11,17 @@ "contributors": [

],
"private": false,
"main": "build/lib/aira.js",
"types": "build/lib/aira.d.ts",
"dependencies": {
"defekt": "7.3.2",
"defekt": "7.3.3",
"easymidi": "2.0.5",
"flaschenpost": "5.0.47"
"flaschenpost": "5.0.49"
},
"devDependencies": {
"@types/mocha": "9.0.0",
"assertthat": "6.3.11",
"roboter": "11.7.8",
"assertthat": "6.3.13",
"roboter": "12.1.2",
"semantic-release-configuration": "2.0.5"
},
"scripts": {},
"repository": {

@@ -26,0 +28,0 @@ "type": "git",

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

"./**/*.ts"
],
"exclude": [
"./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