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

duh-schema

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duh-schema - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

9

lib/register.js

@@ -19,9 +19,8 @@ 'use strict';

type: 'object',
required: ['name', 'bitOffset', 'bitWidth'],
required: ['bits'],
properties: {
bits: uint,
name: id,
bitOffset: uint,
bitWidth: uint,
displayName: { type: 'string' },
description: { type: 'string' }
desc: { type: 'string' },
attr: { type: 'string' }
}

@@ -28,0 +27,0 @@ }

{
"name": "duh-schema",
"version": "0.4.0",
"version": "0.4.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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