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

@definitelytyped/utils

Package Overview
Dependencies
Maintainers
7
Versions
261
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@definitelytyped/utils - npm Package Compare versions

Comparing version 0.0.163 to 0.0.164-next.6

1

dist/typescript-installer.d.ts

@@ -5,3 +5,4 @@ import { TypeScriptVersion } from "@definitelytyped/typescript-versions";

export declare function installTypeScriptNext(): Promise<void>;
export declare function install(version: TsVersion | "next" | "rc"): Promise<void>;
export declare function cleanTypeScriptInstalls(): Promise<void>;
export declare function typeScriptPath(version: TsVersion, tsLocal: string | undefined): string;

3

dist/typescript-installer.js

@@ -26,3 +26,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.typeScriptPath = exports.cleanTypeScriptInstalls = exports.installTypeScriptNext = exports.installAllTypeScriptVersions = void 0;
exports.typeScriptPath = exports.cleanTypeScriptInstalls = exports.install = exports.installTypeScriptNext = exports.installAllTypeScriptVersions = void 0;
const assert = require("assert");

@@ -72,2 +72,3 @@ const child_process_1 = require("child_process");

}
exports.install = install;
function cleanTypeScriptInstalls() {

@@ -74,0 +75,0 @@ return fs.remove(installsDir);

{
"name": "@definitelytyped/utils",
"version": "0.0.163",
"version": "0.0.164-next.6",
"description": "Shared utilities for DefinitelyTyped tools",

@@ -39,3 +39,3 @@ "homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/utils#readme",

},
"gitHead": "c1bbbb21d37e2ade0b95697a66fd1769b48261af"
"gitHead": "32197178ebb20fa74dc959e3eb1fb6738f7c83c1"
}

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