@elemaudio/offline-renderer
Advanced tools
Comparing version 2.1.0 to 3.0.0-alpha.0
@@ -16,2 +16,3 @@ import { EventEmitter } from '@elemaudio/core'; | ||
}; | ||
createRef(kind: any, props: any, children: any): (import("@elemaudio/core").NodeRepr_t | ((newProps: any) => void))[]; | ||
process(inputs: Array<Float32Array>, outputs: Array<Float32Array>): void; | ||
@@ -18,0 +19,0 @@ updateVirtualFileSystem(vfs: any): void; |
{ | ||
"name": "@elemaudio/offline-renderer", | ||
"version": "2.1.0", | ||
"version": "3.0.0-alpha.0", | ||
"type": "module", | ||
@@ -42,6 +42,6 @@ "description": "Official package for rendering Elementary Audio applications offline", | ||
"dependencies": { | ||
"@elemaudio/core": "^2.1.0", | ||
"@elemaudio/core": "^3.0.0-alpha.0", | ||
"invariant": "^2.2.4" | ||
}, | ||
"gitHead": "39ae7ec006744d522ed7b3d684e86a30488bc77a" | ||
"gitHead": "00fd3b19c7be238e39d3d02700aea59c5f1acbbd" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
365682
1595
1
+ Added@elemaudio/core@3.2.1(transitive)
+ Addedeventemitter3@5.0.1(transitive)
- Removed@elemaudio/core@2.1.0(transitive)
- Removedevents@3.3.0(transitive)