jsdelivr-cdn-data
Advanced tools
Comparing version 0.1.1 to 1.0.4
{ | ||
"name": "jsdelivr-cdn-data", | ||
"version": "0.1.1", | ||
"version": "1.0.4", | ||
"description": "jsDelivr CDN Data for google-cdn", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha", | ||
"prepublish": "./update.sh" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/shahata/jsdelivr-cdn-data.git" | ||
"url": "git@github.com:shahata/jsdelivr-cdn-data.git" | ||
}, | ||
@@ -25,7 +26,9 @@ "author": "Shahar Talmi", | ||
"grunt": "~0.4.2", | ||
"grunt-release": "~0.6.0" | ||
"grunt-release": "~0.6.0", | ||
"mocha": "~1.17.0", | ||
"chai": "~1.8.1" | ||
}, | ||
"dependencies": { | ||
"semver": "~2.2.1" | ||
"semver": "^5.7.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# google-cdn-data | ||
# jsdelivr-cdn-data [![Build Status](https://travis-ci.org/shahata/jsdelivr-cdn-data.png)](https://travis-ci.org/shahata/jsdelivr-cdn-data) | ||
@@ -10,3 +10,3 @@ > [jsDelivr](http://www.jsdelivr.com/) CDN data for [google-cdn](https://github.com/passy/google-cdn). | ||
Install: `npm install --save-dev google-cdn jsDelivr-cdn-data` | ||
Install: `npm install --save-dev google-cdn jsdelivr-cdn-data` | ||
@@ -31,3 +31,3 @@ ### Example | ||
var markup = '<script src="bower_components/jquery/jquery.js"></script>'; | ||
googlecdn(markup, bowerConfig, {cdn: require('jsDelivr-cdn-data')}, function (err, result) { | ||
googlecdn(markup, bowerConfig, {cdn: require('jsdelivr-cdn-data')}, function (err, result) { | ||
if (err) { | ||
@@ -34,0 +34,0 @@ throw err; |
Sorry, the diff of this file is too big to display
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
456760
10
28621
1
4
1
+ Addedsemver@5.7.2(transitive)
- Removedsemver@2.2.1(transitive)
Updatedsemver@^5.7.1