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

@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.1102.16 to 0.1102.17

6

package.json
{
"name": "@schematics/update",
"version": "0.1102.16",
"version": "0.1102.17",
"description": "Schematics specific to updating packages",

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

"dependencies": {
"@angular-devkit/core": "11.2.16",
"@angular-devkit/schematics": "11.2.16",
"@angular-devkit/core": "11.2.17",
"@angular-devkit/schematics": "11.2.17",
"@yarnpkg/lockfile": "1.1.0",

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

@@ -116,5 +116,11 @@ "use strict";

}
if (installed === '@angular-devkit/build-ng-packagr') {
// Ignore peerDependencies mismatches for `@angular-devkit/build-ng-packagr`.
// This package is deprecated and is removed via a migration.
// Ignore peerDependency mismatches for these packages.
// They are deprecated and removed via a migration.
const ignoredPackages = [
'codelyzer',
'@schematics/update',
'@angular-devkit/build-ng-packagr',
'tsickle',
];
if (ignoredPackages.includes(installed)) {
continue;

@@ -121,0 +127,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