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

@progress/kendo-angular-schematics

Package Overview
Dependencies
Maintainers
1
Versions
700
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-angular-schematics - npm Package Compare versions

Comparing version 12.0.0-develop.8 to 12.0.0-develop.9

4

package.json
{
"name": "@progress/kendo-angular-schematics",
"version": "12.0.0-develop.8",
"version": "12.0.0-develop.9",
"description": "Kendo UI Schematics for Angular",

@@ -32,3 +32,3 @@ "license": "SEE LICENSE in LICENSE.md",

"dependencies": {
"@progress/kendo-angular-schematics": "12.0.0-develop.8"
"@progress/kendo-angular-schematics": "12.0.0-develop.9"
},

@@ -35,0 +35,0 @@ "main": "./src/index.js",

@@ -7,3 +7,3 @@ /**-----------------------------------------------------------------------------------------

import { Schema as RegisterSchema } from './schema';
export declare const themeVersion = "^6.2.0";
export declare const themeVersion = "^6.3.0";
export declare function importTheme(options: RegisterSchema): Rule;

@@ -17,3 +17,3 @@ /**-----------------------------------------------------------------------------------------

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

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

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