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.10 to 0.0.11

2

index.js

@@ -206,3 +206,3 @@ const crypto = require('crypto')

modType: this.type,
code: `0x${this.code['/'].toString('hex')}`,
code: this.code['/'] ? `0x${this.code['/'].toString('hex')}` : null,
state: this.state

@@ -209,0 +209,0 @@ }

{
"name": "primea-objects",
"version": "0.0.10",
"version": "0.0.11",
"description": "Object helper classes for Primea's system Objects",

@@ -5,0 +5,0 @@ "main": "index.js",

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