Socket
Socket
Sign inDemoInstall

@progress/kendo-angular-schematics

Package Overview
Dependencies
Maintainers
1
Versions
638
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 11.0.1-develop.3 to 11.0.1-develop.4

4

package.json
{
"name": "@progress/kendo-angular-schematics",
"version": "11.0.1-develop.3",
"version": "11.0.1-develop.4",
"description": "Kendo UI Schematics for Angular",

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

"dependencies": {
"@progress/kendo-angular-schematics": "11.0.1-develop.3"
"@progress/kendo-angular-schematics": "11.0.1-develop.4"
},

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

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

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

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

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

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

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