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.6 to 0.9.7

4

lib/catalog.js
'use strict';
let design = require('./design.js');
module.exports = {

@@ -18,3 +16,3 @@ type: 'object',

type: 'array',
items: design
items: {$ref: 'defs#/design'}
}

@@ -21,0 +19,0 @@ }

'use strict';
const component = require('./component.js');
const design = require('./design.js');
const register = require('./register.js');
const busInterface = require('./busInterface.js');
const memoryMap = require('./memoryMap.js');
// const {name} = require('./primitive.js');

@@ -60,2 +63,3 @@

component,
design,
busInterface,

@@ -62,0 +66,0 @@ memoryMap,

{
"name": "duh-schema",
"version": "0.9.6",
"version": "0.9.7",
"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