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.4.1 to 0.4.2

8

dist/dprint-core.js

@@ -521,3 +521,3 @@ 'use strict';

const resolvedInfos = new Map();
const lookAheadSavePoints = new Map();
let lookAheadSavePoints = new Map();
let possibleNewLineSavePoint;

@@ -695,2 +695,3 @@ let depth = 0;

possibleNewLineSavePoint = isForNewLine ? undefined : savePoint.possibleNewLineSavePoint;
lookAheadSavePoints = savePoint.lookAheadSavePoints;
childIndex = savePoint.childIndex;

@@ -797,3 +798,4 @@ newlineGroupDepth = savePoint.newlineGroupDepth;

minDepthFound: depth,
minDepthChildIndex: childIndex
minDepthChildIndex: childIndex,
lookAheadSavePoints: new Map(lookAheadSavePoints)
};

@@ -827,3 +829,3 @@ }

const version = "0.4.1";
const version = "0.4.2";

@@ -830,0 +832,0 @@ exports.CliLoggingEnvironment = CliLoggingEnvironment;

@@ -1,3 +0,5 @@

export declare const version = "0.4.1";
// dprint-ignore-file
export declare const version = "0.4.2";
export declare function makeIterableRepeatable<T>(iterable: Iterable<T>): Iterable<T>;

@@ -4,0 +6,0 @@

{
"name": "@dprint/core",
"version": "0.4.1",
"version": "0.4.2",
"description": "Core functionality for dprint.",

@@ -37,6 +37,6 @@ "main": "dist/dprint-core.js",

"mocha": "^6.2.0",
"rimraf": "^2.6.3",
"rollup": "^1.19.4",
"rimraf": "^3.0.0",
"rollup": "^1.20.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-typescript2": "^0.22.1",
"rollup-plugin-typescript2": "^0.24.0",
"ts-morph": "^3.1.3",

@@ -46,4 +46,4 @@ "ts-nameof": "^3.2.0",

"ttypescript": "^1.5.7",
"typescript": "^3.5.3"
"typescript": "^3.6.2"
}
}

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