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

dprint

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dprint - npm Package Compare versions

Comparing version 0.23.1 to 0.24.0

10

info.json
{
"version": "0.23.1",
"version": "0.24.0",
"checksums": {
"windows-x86_64": "ddcaa082a48ced91bf1728ba027bf6ee53750e03c9c21d6846d94e63aa7015df",
"mac-x86_64": "f8403a2643e23d384c9fc74c23793cf8d556fc1edd0367f56e5c006d61259380",
"mac-aarch64": "abea1615d6926a4f71d6877c0e7fb93e56604bf3085855df8e68a29f9221f6c0",
"linux-x86_64": "c57923a76ce8b5b134371f337db437a59b4ea5a86875c55339d366ad409bfd2a"
"windows-x86_64": "b87fe1b623a28940ecf059d0fcd828b5adf6a53e956e7889a04135ca2373810d",
"darwin-x86_64": "12821c811af93ef01e2af304607d2ac5e55b2036a7857779b2c7827df10cd914",
"darwin-aarch64": "e08348d333cfe135a0eda6e932de01bc08ffd2cd24fc042f02756c079d1b6378",
"linux-x86_64": "02de50aacbf9d3cc5fad45b503faba8cdd72626b7baedc7de430dc6db7b63e8a"
}
}

@@ -31,5 +31,5 @@ // @ts-check

if (os.arch() === "arm64") {
return info.checksums["mac-aarch64"];
return info.checksums["darwin-aarch64"];
} else {
return info.checksums["mac-x86_64"];
return info.checksums["darwin-x86_64"];
}

@@ -36,0 +36,0 @@ default:

{
"name": "dprint",
"version": "0.23.1",
"version": "0.24.0",
"description": "Pluggable and configurable code formatting platform written in Rust.",

@@ -5,0 +5,0 @@ "bin": "bin.js",

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