@w20/w20-components
Advanced tools
Sorry, the diff of this file is too big to display
+1
-5
@@ -7,6 +7,2 @@ sudo: false | ||
| install: | ||
| - npm install -g grunt-cli | ||
| - npm install | ||
| script: grunt | ||
| cache: yarn |
+4
-0
@@ -0,1 +1,5 @@ | ||
| # Version 2.3.2 (2018-07-10) | ||
| * [chg] Switch to Yarn as package manager (will preserve the dependency flat structure) | ||
| # Version 2.3.1 (2018-07-10) | ||
@@ -2,0 +6,0 @@ |
+2
-2
@@ -77,4 +77,4 @@ /* | ||
| grunt.registerTask('docs', ['ngdocs', 'connect:docs']); | ||
| grunt.registerTask('default', ['jshint', 'karma:test', 'coveralls', 'ngdocs']); | ||
| grunt.registerTask('default', ['jshint', 'ngdocs']); | ||
| grunt.registerTask('test', ['karma:test', 'coveralls']); | ||
| }; |
+7
-2
| { | ||
| "name": "@w20/w20-components", | ||
| "version": "2.3.1", | ||
| "version": "2.3.2", | ||
| "description": "W20 Web framework", | ||
@@ -9,2 +9,3 @@ "license": "MPL-2.0", | ||
| "grunt": "^1.0.3", | ||
| "grunt-cli": "^1.2.0", | ||
| "grunt-contrib-clean": "^1.1.0", | ||
@@ -30,4 +31,8 @@ "grunt-contrib-concat": "~0.5.0", | ||
| "ui-select": "^0.19.8", | ||
| "@w20/w20": "^2.4.2" | ||
| "@w20/w20": "^2.4.6" | ||
| }, | ||
| "scripts": { | ||
| "prepare": "grunt", | ||
| "test": "grunt test" | ||
| }, | ||
| "repository": { | ||
@@ -34,0 +39,0 @@ "type": "git", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
165399
176.53%28
3.7%832
0.12%17
6.25%Updated