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.0 to 0.3.1

8

package.json
{
"name": "dprint",
"version": "0.3.0",
"description": "TypeScript code formatter for my personal projects.",
"main": "dist/index.js",
"version": "0.3.1",
"description": "TypeScript and JSONC code formatter.",
"main": "dist/dprint.js",
"bin": {

@@ -16,3 +16,3 @@ "dprint": "dist/cli-bin.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|.json}\"",
"format": "ts-node --compiler ttypescript --transpile-only src/cli-bin.ts \"**/*{.ts|.tsx|.json}\"",
"type-check": "tsc --project tsconfig.json --noEmit",

@@ -19,0 +19,0 @@ "test": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" mocha --opts mocha.opts",

@@ -5,6 +5,4 @@ # dprint

This library is under construction, but will eventually serve as the formatter for all my TypeScript projects.
TypeScript and JSONC code formatter mainly for use in my personal projects.
This is not recommended for use yet.
* [Implemented nodes](implemented-nodes.md) (140/155 -- only JSX nodes left)

@@ -18,2 +16,2 @@ * [Configuration schema](schema/dprint.schema.json) (more to come...)

2. Satisfy my formatting needs.
3. TypeScript and jsonc support.
3. TypeScript and JSONC support.
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