New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

duh-bus

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duh-bus - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

specs/intel.com/PHY/PIPE/4.4.0/PIPE_rtl.json5

3

bin/indexer.js

@@ -26,4 +26,3 @@ #!/usr/bin/env node

function exporter (p) {
const arr = p.split(path.sep);
arr[arr.length - 1] = arr[arr.length - 1].split(/[.|_]/)[0];
const arr = p.split(path.sep).slice(0, -1);
const res = '\nxassign([' + arr.map(e => `'${e}'`).join(', ') + '])(\n';

@@ -30,0 +29,0 @@ return res;

{
"name": "duh-bus",
"version": "0.3.0",
"version": "0.3.1",
"description": "Bus definition DUH documents",

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