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

@dprint/core

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dprint/core - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

9

dist/dprint-core.js

@@ -252,2 +252,9 @@ 'use strict';

parserHelpers.parseJsLikeCommentLine = parseJsLikeCommentLine;
function createInfo(name) {
return {
kind: exports.PrintItemKind.Info,
name
};
}
parserHelpers.createInfo = createInfo;
})(exports.parserHelpers || (exports.parserHelpers = {}));

@@ -818,3 +825,3 @@

const version = "0.3.0";
const version = "0.4.0";

@@ -821,0 +828,0 @@ exports.CliLoggingEnvironment = CliLoggingEnvironment;

3

lib/dprint-core.d.ts

@@ -1,2 +0,2 @@

export declare const version = "0.3.0";
export declare const version = "0.4.0";

@@ -275,2 +275,3 @@ export declare function makeIterableRepeatable<T>(iterable: Iterable<T>): Iterable<T>;

function parseJsLikeCommentLine(rawCommentValue: string): string;
function createInfo(name: string): Info;
}

@@ -277,0 +278,0 @@

{
"name": "@dprint/core",
"version": "0.3.0",
"version": "0.4.0",
"description": "Core functionality for dprint.",

@@ -5,0 +5,0 @@ "main": "dist/dprint-core.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