@progress/kendo-angular-tooltip
Advanced tools
Comparing version 3.0.2 to 4.0.0-next.202110211119
133
package.json
{ | ||
"name": "@progress/kendo-angular-tooltip", | ||
"version": "4.0.0-next.202110211119", | ||
"description": "Kendo UI Tooltip for Angular", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"author": "Progress", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"version": "3.0.2", | ||
"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": "jest", | ||
"test:watch": "jest --watch", | ||
"test:ci": "ci-angular-test", | ||
"start": "gulp start", | ||
"e2e:ci": "ci-angular-e2e", | ||
"lint": "gulp lint && gulp lint-docs", | ||
"api-check": "gulp api-check", | ||
"build-cdn": "gulp build-cdn", | ||
"build-package": "gulp build-package", | ||
"semantic-release": "semantic-release pre && semantic-prerelease publish && semantic-release post" | ||
"homepage": "https://www.telerik.com/kendo-angular-ui/components/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/telerik/kendo-angular-tooltip.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/telerik/kendo-angular" | ||
}, | ||
"keywords": [ | ||
"Angular", | ||
"Kendo UI", | ||
"Angular", | ||
"Progress", | ||
"Tooltip" | ||
], | ||
"peerDependencies": { | ||
"@angular/common": "8 - 12", | ||
"@angular/core": "8 - 12", | ||
"@progress/kendo-angular-common": "^2.0.0", | ||
"@progress/kendo-angular-l10n": "^3.0.0", | ||
"@progress/kendo-angular-popup": "^4.0.0", | ||
"@progress/kendo-licensing": "^1.0.2", | ||
"rxjs": "^6.4.0" | ||
"@progress": { | ||
"friendlyName": "Tooltip" | ||
}, | ||
"dependencies": { | ||
"@progress/kendo-schematics": "^1.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": "^6.0.0", | ||
"peerDependencies": { | ||
"@angular/common": "^12.0.0 || ^13.0.0", | ||
"@angular/core": "^12.0.0 || ^13.0.0", | ||
"@progress/kendo-angular-common": "^2.0.0", | ||
"@progress/kendo-angular-dateinputs": "^5.0.0", | ||
"@progress/kendo-angular-dropdowns": "^5.0.0", | ||
"@progress/kendo-angular-e2e": "^2.2.0", | ||
"@progress/kendo-angular-excel-export": "^4.0.0", | ||
"@progress/kendo-angular-grid": "dev", | ||
"@progress/kendo-angular-inputs": "^7.0.0", | ||
"@progress/kendo-angular-intl": "^3.0.0", | ||
"@progress/kendo-angular-jest-preset": "^2.0.0", | ||
"@progress/kendo-angular-l10n": "^3.0.0", | ||
"@progress/kendo-angular-label": "^3.0.0", | ||
"@progress/kendo-angular-pdf-export": "^3.0.0", | ||
"@progress/kendo-angular-popup": "^4.0.0", | ||
"@progress/kendo-angular-tasks": "^18.0.2", | ||
"@progress/kendo-angular-treeview": "^5.0.0", | ||
"@progress/kendo-data-query": "^1.5.0", | ||
"@progress/kendo-drawing": "^1.5.7", | ||
"@progress/kendo-licensing": "^1.0.2", | ||
"@progress/kendo-theme-bootstrap": "^4.19.0", | ||
"@progress/kendo-theme-default": "^4.21.0", | ||
"@progress/kendo-theme-material": "^3.18.0", | ||
"@telerik/semantic-prerelease": "^1.0.0", | ||
"@types/jest": "^21.1.8", | ||
"@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", | ||
"gulp-typedoc": "2.2.0", | ||
"jest-cli": "^21.2.1", | ||
"jest-junit": "^8.0.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" | ||
"rxjs": "^6.5.3 || ^7.0.0" | ||
}, | ||
@@ -126,23 +60,12 @@ "config": { | ||
}, | ||
"jest": { | ||
"preset": "@progress/kendo-angular-jest-preset" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/telerik/kendo-angular-tooltip.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/telerik/kendo-angular" | ||
}, | ||
"@progress": { | ||
"friendlyName": "Tooltip" | ||
}, | ||
"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" | ||
}, | ||
@@ -155,7 +78,9 @@ "analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits", | ||
}, | ||
"schematics": "./schematics/collection.json", | ||
"files": [ | ||
"dist", | ||
"schematics" | ||
] | ||
"main": "bundles/kendo-angular-tooltip.umd.js", | ||
"module": "fesm2015/kendo-angular-tooltip.js", | ||
"es2015": "fesm2015/kendo-angular-tooltip.js", | ||
"esm2015": "esm2015/kendo-angular-tooltip.js", | ||
"fesm2015": "fesm2015/kendo-angular-tooltip.js", | ||
"typings": "kendo-angular-tooltip.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,3 +9,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
function default_1(options) { | ||
const finalOptions = Object.assign({}, options, { mainNgModule: 'TooltipModule', package: 'tooltip' //package name, e.g grid | ||
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TooltipModule', package: 'tooltip' //package name, e.g grid | ||
}); | ||
@@ -11,2 +15,1 @@ 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
2
151979
32
2293
1
+ Addedrxjs@7.8.1(transitive)
- Removed@angular/common@12.2.17(transitive)
- Removed@angular/core@12.2.17(transitive)
- Removedrxjs@6.6.7(transitive)
Updatedtslib@^2.3.1