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.1.0 to 0.2.0

6

lib/dprint-types.d.ts

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

/** Base interface a plugin must implement. */
export interface BasePlugin<ResolvedPluginConfiguration extends BaseResolvedConfiguration = BaseResolvedConfiguration> {
export interface BasePlugin<ResolvedPluginConfiguration = BaseResolvedConfiguration> {
/**

@@ -139,2 +139,6 @@ * The package version of the plugin.

formatText(filePath: string, fileText: string): string | false;
/**
* Disposes any unmanaged resources held by the plugin.
*/
dispose(): void;
}

@@ -141,0 +145,0 @@

14

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

@@ -30,10 +30,10 @@ "main": "dist/dprint-types.js",

"devDependencies": {
"@types/ts-nameof": "^3.2.0",
"@types/ts-nameof": "^4.2.1",
"rimraf": "^3.0.0",
"rollup": "^1.20.3",
"rollup-plugin-typescript2": "^0.24.0",
"ts-morph": "^3.1.3",
"ts-node": "^8.3.0",
"typescript": "^3.6.2"
"rollup": "^1.29.0",
"rollup-plugin-typescript2": "^0.25.3",
"ts-morph": "^6.0.2",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
}
}

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