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
33
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.9.2 to 0.9.3

28

lib/component.js

@@ -64,16 +64,2 @@ 'use strict';

type: 'object',
title: 'Component',
description: `
Component document collects information about a single hardware block without
expressing internal structure or hierarchy. Component document expressing following aspects:
* name, version
* top level ports
* parameter schema
* bus interfaces
* memory regions
* registers
* clocks, resets
* block generation flow
* references to implementation, documentation, tests
`,
required: ['name', 'version', 'vendor', 'library'],

@@ -155,2 +141,16 @@ properties: {

type: 'object',
title: 'Component',
description: `
Component document collects information about a single hardware block without
expressing internal structure or hierarchy. Component document expressing following aspects:
* name, version
* top level ports
* parameter schema
* bus interfaces
* memory regions
* registers
* clocks, resets
* block generation flow
* references to implementation, documentation, tests
`,
required: ['component'],

@@ -157,0 +157,0 @@ properties: {

{
"name": "duh-schema",
"version": "0.9.2",
"version": "0.9.3",
"description": "DUH Schema",

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

Sorry, the diff of this file is too big to display

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