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.3.1 to 0.3.2

10

package.json
{
"name": "dprint",
"version": "0.3.1",
"version": "0.3.2",
"description": "TypeScript and JSONC code formatter.",

@@ -16,3 +16,3 @@ "main": "dist/dprint.js",

"generate-config-from-schema": "ts-node --compiler ttypescript --project scripts/tsconfig.json --transpile-only scripts/generateConfigFromSchema",
"format": "ts-node --compiler ttypescript --transpile-only src/cli-bin.ts \"**/*{.ts|.tsx|.json}\"",
"format": "ts-node --compiler ttypescript --transpile-only src/cli-bin.ts \"**/*{.ts|.tsx|.json|.js}\"",
"type-check": "tsc --project tsconfig.json --noEmit",

@@ -59,2 +59,3 @@ "test": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" mocha --opts mocha.opts",

"rollup": "^1.17.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.22.0",

@@ -66,3 +67,8 @@ "ts-morph": "^3.1.3",

"typescript": "^3.5.3"
},
"browser": {
"fs": false,
"path": false,
"globby": false
}
}
dist/dprint.js

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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