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

duh-ipxact

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duh-ipxact - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

6

lib/duh2spirit.js

@@ -27,3 +27,3 @@ 'use strict';

const fields = node => node.map(e => [$.field]
.concat(attr(e, 'name description bitOffset bitWidth access'))
.concat(attr(e, 'name description bitOffset bitWidth access volatile'))
.concat(enumeratedValues(e))

@@ -35,4 +35,4 @@ );

.concat([[$.reset,
[$.value, 0],
[$.mask, '0xFFFFFFFF']
[$.value, '0x' + (e.resetValue >>> 0).toString(16)],
[$.mask, '0x' + (e.resetMask >>> 0).toString(16)]
]])

@@ -39,0 +39,0 @@ .concat(fields(e.fields))

@@ -16,3 +16,3 @@ 'use strict';

value mask
field description bitOffset bitWidth access modifiedWriteValue
field description bitOffset bitWidth access modifiedWriteValue volatile
enumeratedValues

@@ -19,0 +19,0 @@ enumeratedValue

{
"name": "duh-ipxact",
"version": "0.3.1",
"version": "0.3.2",
"description": "IP-XACT import / export package",

@@ -5,0 +5,0 @@ "author": "SiFive",

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