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

@dprint/types

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dprint/types - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

lib/dprint-types.d.ts

@@ -51,3 +51,3 @@ // dprint-ignore-file

readonly useTabs: boolean;
readonly newLineKind: "auto" | "\r\n" | "\n";
readonly newLineKind: "auto" | "crlf" | "lf";
}

@@ -54,0 +54,0 @@

{
"name": "@dprint/types",
"version": "0.2.0",
"version": "0.3.0",
"description": "Types used for printing in dprint.",

@@ -31,9 +31,9 @@ "main": "dist/dprint-types.js",

"@types/ts-nameof": "^4.2.1",
"rimraf": "^3.0.0",
"rollup": "^1.29.0",
"rollup-plugin-typescript2": "^0.25.3",
"ts-morph": "^6.0.2",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
"rimraf": "^3.0.2",
"rollup": "^2.2.0",
"rollup-plugin-typescript2": "^0.27.0",
"ts-morph": "^7.0.0",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
}
}
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