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

@progress/kendo-schematics

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-schematics - npm Package Compare versions

Comparing version 1.2.2 to 2.0.0-dev.202201101535

2

package.json

@@ -6,3 +6,3 @@ {

"license": "SEE LICENSE in LICENSE.md",
"version": "1.2.2",
"version": "2.0.0-dev.202201101535",
"scripts": {

@@ -9,0 +9,0 @@ "build-package": "npm run build",

import { Rule } from '@angular-devkit/schematics';
import { Schema as RegisterSchema } from './schema';
export declare const themeVersion = "^4.42.0";
export declare const themeVersion = "^5.0.0";
export declare function importTheme(options: RegisterSchema): Rule;

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

const themePath = (name) => `node_modules/${name}/dist/all.css`;
exports.themeVersion = '^4.42.0';
exports.themeVersion = '^5.0.0';
function importTheme(options) {

@@ -15,0 +15,0 @@ const theme = themePackageName(options);

@@ -16,3 +16,3 @@ import { chain, noop, Rule, SchematicContext, SchematicsException } from '@angular-devkit/schematics';

export const themeVersion = '^4.42.0';
export const themeVersion = '^5.0.0';

@@ -19,0 +19,0 @@ export function importTheme(options: RegisterSchema): Rule {

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