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

@sourcebug/dpdm

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sourcebug/dpdm - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

target/aarch64-unknown-linux-musl/release/dpdm

6

package.json
{
"name": "@sourcebug/dpdm",
"version": "1.0.7",
"version": "1.0.8",
"private": false,

@@ -31,4 +31,4 @@ "description": "Analyze circular dependencies in your JavaScript/TypeScript projects.",

"target/x86_64-apple-darwin/release/dpdm",
"target/aarch64-unknown-linux-gnu/release/dpdm",
"target/x86_64-unknown-linux-gnu/release/dpdm",
"target/aarch64-unknown-linux-musl/release/dpdm",
"target/x86_64-unknown-linux-musl/release/dpdm",
"target/x86_64-pc-windows-gnu/release/dpdm",

@@ -35,0 +35,0 @@ "target/aarch64-pc-windows-gnu/release/dpdm"

@@ -13,4 +13,4 @@ const fs = require('fs');

// 'darwin-x64': 'x86_64-apple-darwin',
'linux-arm64': 'aarch64-unknown-linux-gnu',
'linux-x64': 'x86_64-unknown-linux-gnu',
'linux-arm64': 'aarch64-unknown-linux-musl',
'linux-x64': 'x86_64-unknown-linux-musl',
'win32-x64': 'x86_64-pc-windows-gnu',

@@ -17,0 +17,0 @@ 'win32-arm64': 'aarch64-pc-windows-gnu',

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