primea-objects
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -154,2 +154,5 @@ const crypto = require('crypto') | ||
const params = this.modRef.exports[name] | ||
if (!params) { | ||
throw new Error(`function "${name}" not found`) | ||
} | ||
@@ -156,0 +159,0 @@ return new FunctionRef({ |
{ | ||
"name": "primea-objects", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Object helper classes for Primea's system Objects", | ||
@@ -19,3 +19,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"borc": "git+https://github.com/dignifiedquire/borc.git#fix/nested-array", | ||
"borc": "^2.0.3", | ||
"events": "^2.0.0", | ||
@@ -22,0 +22,0 @@ "safe-buffer": "^5.1.2" |
@@ -50,2 +50,4 @@ const Buffer = require('safe-buffer').Buffer | ||
t.throws(() => ractorRef.getFuncRef('invalid'), Error, 'should throw on invalid functions') | ||
const link = new cbor.Tagged(42, 'data') | ||
@@ -52,0 +54,0 @@ const enLink = cbor.encode(link) |
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
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
0
35876
8
449
+ Addedbase64-js@1.5.1(transitive)
+ Addedbignumber.js@9.1.2(transitive)
+ Addedborc@2.1.2(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addeddelimit-stream@0.1.0(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addediso-url@0.4.7(transitive)
+ Addedjson-text-sequence@0.1.1(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
Updatedborc@^2.0.3