Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

primea-objects

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primea-objects - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

3

index.js

@@ -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({

4

package.json
{
"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)

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