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.30.0 to 0.30.1

11

info.json
{
"version": "0.30.0",
"version": "0.30.1",
"checksums": {
"windows-x86_64": "d1faf9884094b476af6a37b121b76d7714c44704a9b2d8b468d60f63b6b59efd",
"darwin-x86_64": "6b1d425284c6b0d162b0c13b02f3183aff4f923662bbc37181b1697582f0c59c",
"darwin-aarch64": "63736a49a7b1bb07a10e653cdb936511f7b5fe30863f6691d0786f5fbe3c2fe0",
"linux-x86_64": "8ca8c0d834f8e7c6f7be10c32e1c54fd99067997b0a15f22f598ad492029abb9"
"windows-x86_64": "1139681d31837ae2d73f4ddada4e2a921e73c2f61a881ac46d84c26ff80a9178",
"darwin-x86_64": "a6ead43b4533c06c57d6c1222c6098d885cebfa8d1a47af08593f55d8c612d63",
"darwin-aarch64": "d7635304fef67261a1abb5d864aa963a2958b3f4d0c2653f18e8ee70892654c3",
"linux-x86_64": "c8b45ca831b742c3555060e4895e4adcd03894a2ad017f0fb9919adb99060197",
"linux-aarch64": "69875e044b831ba34df72fbc9009f269909cf72d18485d876690ee9f51a5dfd5"
}
}

@@ -68,3 +68,9 @@ // @ts-check

} else {
return "x86_64-unknown-linux-gnu";
if (os.arch() === "arm64") {
return "aarch64-unknown-linux-gnu";
} else if (os.arch() === "x64") {
return "x86_64-unknown-linux-gnu";
} else {
throw new Error("Unsupported architecture " + os.arch() + ". Only x64 and aarch64 binaries are available.");
}
}

@@ -71,0 +77,0 @@ }

{
"name": "dprint",
"version": "0.30.0",
"version": "0.30.1",
"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