New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-angular-icons

Package Overview
Dependencies
Maintainers
1
Versions
794
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.1 to 2.0.0-next.202203021255

bundles/kendo-angular-icons.umd.js

131

package.json
{
"name": "@progress/kendo-angular-icons",
"version": "2.0.0-next.202203021255",
"description": "Kendo UI Angular component starter template",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Progress",
"license": "SEE LICENSE IN LICENSE.md",
"version": "1.0.1",
"main": "dist/npm/index.js",
"module": "dist/fesm5/index.js",
"es2015": "dist/fesm2015/index.js",
"esm5": "dist/es/index.js",
"esm2015": "dist/es2015/index.js",
"jsnext:main": "dist/es/index.js",
"typings": "dist/es2015/index.d.ts",
"jsdelivr": "dist/cdn/main.js",
"unpkg": "dist/cdn/main.js",
"sideEffects": false,
"scripts": {
"test": "ci-angular-test",
"test:watch": "jest --watch --env=jsdom",
"test:ci": "ci-angular-test",
"e2e": "gulp e2e",
"e2e:ci": "ci-angular-e2e",
"start": "gulp start",
"lint": "gulp lint && gulp lint-docs",
"api-check": "gulp api-check",
"build-package": "gulp build-package",
"semantic-release": "semantic-release pre && semantic-prerelease publish --public && semantic-release post"
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
"repository": {
"type": "git",
"url": "https://github.com/telerik/kendo-angular-icons.git"
},
"bugs": {
"url": "https://github.com/telerik/kendo-angular"
},
"keywords": [
"Kendo UI",
"Angular"
"Angular",
"Kendo UI"
],
"peerDependencies": {
"@angular/common": "8 - 13",
"@angular/core": "8 - 13",
"@angular/platform-browser": "8 - 13",
"@progress/kendo-angular-common": "^2.0.0",
"@progress/kendo-licensing": "^1.0.2",
"@progress/kendo-svg-icons": "^0.1.2",
"rxjs": "^6.4.0 || ^7.0.0"
"@progress": {
"friendlyName": "Icon"
},
"dependencies": {
"@progress/kendo-schematics": "^2.0.0",
"tslib": "^1.9.0"
"tslib": "^2.3.1"
},
"devDependencies": {
"@angular-devkit/core": "^8.2.0",
"@angular-devkit/schematics": "^8.2.0",
"@angular/animations": "^8.2.0",
"@angular/common": "^8.2.0",
"@angular/compiler": "^8.2.0",
"@angular/compiler-cli": "^8.2.0",
"@angular/core": "^8.2.0",
"@angular/forms": "^8.2.0",
"@angular/platform-browser": "^8.2.0",
"@angular/platform-browser-dynamic": "^8.2.0",
"@angular/platform-server": "^8.2.0",
"@angular/router": "^8.2.0",
"@progress/kendo-angular-buttons": "^7.0.0",
"@progress/kendo-angular-popup": "^4.0.0",
"@progress/kendo-angular-l10n": "^3.0.0",
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0",
"@angular/core": "^12.0.0 || ^13.0.0",
"@angular/platform-browser": "^12.0.0 || ^13.0.0",
"@progress/kendo-angular-common": "^2.0.0",
"@progress/kendo-angular-e2e": "^3.3.0",
"@progress/kendo-angular-jest-preset": "^2.0.0",
"@progress/kendo-angular-tasks": "19.3.1",
"@progress/kendo-licensing": "^1.0.2",
"@progress/kendo-e2e": "latest",
"@progress/kendo-svg-icons": "0.1.2",
"@progress/kendo-theme-bootstrap": "^5.0.0",
"@progress/kendo-theme-default": "^5.0.0",
"@progress/kendo-theme-material": "^5.0.0",
"@telerik/semantic-prerelease": "^1.0.0",
"@types/jest": "^24.9.0",
"@types/node": "ts3.4",
"@types/zone.js": "0.0.27",
"codelyzer": "^5.0.0",
"core-js": "^2.2.2",
"cz-conventional-changelog": "^1.1.5",
"ghooks": "^1.0.3",
"gulp": "^4.0.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"jest-environment-jsdom": "^24.9.0",
"jest-junit": "^12.2.0",
"rxjs": "~6.4.0",
"rxjs-tslint-rules": "^4.23.1",
"semantic-release": "^6.3.6",
"tslint": "^5.20.1",
"typescript": "~3.4.5",
"validate-commit-msg": "^1.1.1",
"zone.js": "~0.9.1"
"@progress/kendo-svg-icons": "^0.1.2",
"rxjs": "^6.5.3 || ^7.0.0"
},

@@ -116,23 +58,12 @@ "config": {

},
"jest": {
"preset": "@progress/kendo-angular-jest-preset"
},
"repository": {
"type": "git",
"url": "https://github.com/telerik/kendo-angular-icons.git"
},
"bugs": {
"url": "https://github.com/telerik/kendo-angular"
},
"@progress": {
"friendlyName": "Icon"
},
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
"schematics": "./schematics/collection.json",
"release": {
"debug": false,
"branchTags": {
"develop": "dev"
"develop": "dev",
"ng12-update": "next"
},
"fallbackTags": {
"dev": "latest"
"dev": "latest",
"next": "latest"
},

@@ -145,7 +76,9 @@ "analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits",

},
"schematics": "./schematics/collection.json",
"files": [
"dist",
"schematics"
]
"main": "bundles/kendo-angular-icons.umd.js",
"module": "fesm2015/kendo-angular-icons.js",
"es2015": "fesm2015/kendo-angular-icons.js",
"esm2015": "esm2015/kendo-angular-icons.js",
"fesm2015": "fesm2015/kendo-angular-icons.js",
"typings": "kendo-angular-icons.d.ts",
"sideEffects": false
}

@@ -0,1 +1,5 @@

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
"use strict";

@@ -5,6 +9,5 @@ Object.defineProperty(exports, "__esModule", { value: true });

function default_1(options) {
const finalOptions = Object.assign({}, options, { mainNgModule: 'IconsModule', package: 'icons' });
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'IconsModule', package: 'icons' });
return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
}
exports.default = default_1;
//# sourceMappingURL=index.js.map

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