Socket
Socket
Sign inDemoInstall

@schematics/update

Package Overview
Dependencies
Maintainers
3
Versions
348
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schematics/update - npm Package Compare versions

Comparing version 0.1200.0-next.4 to 0.1200.0-next.5

6

package.json
{
"name": "@schematics/update",
"version": "0.1200.0-next.4",
"version": "0.1200.0-next.5",
"description": "Schematics specific to updating packages",

@@ -19,4 +19,4 @@ "experimental": true,

"dependencies": {
"@angular-devkit/core": "12.0.0-next.4",
"@angular-devkit/schematics": "12.0.0-next.4",
"@angular-devkit/core": "12.0.0-next.5",
"@angular-devkit/schematics": "12.0.0-next.5",
"@yarnpkg/lockfile": "1.1.0",

@@ -23,0 +23,0 @@ "ini": "2.0.0",

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

}
catch (_a) {
catch {
logger.warn(`Package ${name} was not found on the registry. Skipping.`);

@@ -627,0 +627,0 @@ return false;

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

}
catch (_a) { }
catch { }
}

@@ -115,3 +115,3 @@ break;

}
catch (_a) { }
catch { }
if (options && options.usingYarn) {

@@ -121,3 +121,3 @@ try {

}
catch (_b) { }
catch { }
}

@@ -124,0 +124,0 @@ }

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