Socket
Socket
Sign inDemoInstall

@definitelytyped/utils

Package Overview
Dependencies
Maintainers
7
Versions
260
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.26 to 0.0.27-next.3

6

dist/typescript-installer.js

@@ -18,7 +18,3 @@ "use strict";

async function installAllTypeScriptVersions() {
for (const v of typescript_versions_1.TypeScriptVersion.supported) {
// manually install typescript@next outside the loop
if (v === typescript_versions_1.TypeScriptVersion.supported[typescript_versions_1.TypeScriptVersion.supported.length - 1]) {
continue;
}
for (const v of typescript_versions_1.TypeScriptVersion.shipped) {
await install(v);

@@ -25,0 +21,0 @@ }

6

package.json
{
"name": "@definitelytyped/utils",
"version": "0.0.26",
"version": "0.0.27-next.3",
"description": "Shared utilities for DefinitelyTyped tools",

@@ -22,3 +22,3 @@ "homepage": "https://github.com/DefinitelyTyped/tools#readme",

"dependencies": {
"@definitelytyped/typescript-versions": "^0.0.26",
"@definitelytyped/typescript-versions": "^0.0.27-next.3",
"@types/node": "^12.12.29",

@@ -41,3 +41,3 @@ "charm": "^1.0.2",

},
"gitHead": "98c149e8f14118673cdf890ca4ab2c39721dafdd"
"gitHead": "707656c1c98d61d73dc70d6e74090c7acea5d9eb"
}

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