@nativescript-community/ui-material-slider
Advanced tools
Comparing version 7.2.38 to 7.2.40
{ | ||
"name": "@nativescript-community/ui-material-slider", | ||
"version": "7.2.38", | ||
"version": "7.2.40", | ||
"description": "Material Design Sliders allow users to make selections from a range of values.", | ||
@@ -8,2 +8,14 @@ "main": "./slider", | ||
"typings": "./slider.d.ts", | ||
"scripts": { | ||
"tsc": "cpy ../../src/slider/slider.d.ts ./ && tsc -d", | ||
"tsc-win": "cpy ..\\..\\src\\slider\\slider.d.ts .\\ && tsc -d", | ||
"build": "npm run tsc", | ||
"build.watch": "npm run tsc -- -w", | ||
"build.win": "npm run tsc-win", | ||
"build.all": "npm run build && npm run build.angular", | ||
"build.all.win": "npm run build.win && npm run build.angular.win", | ||
"build.angular": "ng-packagr -p ../../src/slider/angular/ng-package.json -c ../../src/slider/angular/tsconfig.json", | ||
"build.angular.win": "ng-packagr -p ..\\..\\src\\slider\\angular\\package.json -c ..\\..\\src\\slider\\angular\\tsconfig.json", | ||
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map" | ||
}, | ||
"nativescript": { | ||
@@ -38,5 +50,5 @@ "platforms": { | ||
"dependencies": { | ||
"@nativescript-community/ui-material-core": "^7.2.38" | ||
"@nativescript-community/ui-material-core": "^7.2.40" | ||
}, | ||
"gitHead": "5420f127d24222f2c55e0e53ca1534a70b2b608f" | ||
"gitHead": "3ce346105a6349a82871968f997884029534c436" | ||
} |
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
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
54852
27
543