simple-load-script
Advanced tools
Comparing version 1.0.0 to 1.0.1
# changelog | ||
## x.x.x | ||
* readme | ||
* changes in `all` method | ||
## 1.0.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "simple-load-script", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Very simple promise based script and JSONP", | ||
@@ -14,3 +14,3 @@ "repository": "tomek-f/simple-load-script", | ||
], | ||
"main": "index.js", | ||
"main": "simpleLoadScript.js", | ||
"author": "Tomek Fijoł", | ||
@@ -17,0 +17,0 @@ "license": "MIT", |
@@ -110,3 +110,3 @@ # simple-load-script | ||
Load more scripts (Promise.all) - objects and urls (no url-object pairs allowed), callback must be unique names | ||
Load more scripts (Promise.all) - objects and urls, callback must be unique names | ||
@@ -126,6 +126,6 @@ ```js | ||
}, | ||
{ | ||
url: 'https://api.twitter.com/1/statuses/oembed.json?id=507185938620219395&callback=elo2', | ||
callBackName: 'elo2' | ||
}, | ||
[ | ||
'https://api.twitter.com/1/statuses/oembed.json?id=507185938620219395&callback=elo2', | ||
{ callBackName: 'elo2' } | ||
], | ||
'//code.jquery.com/jquery-2.2.3.js' | ||
@@ -132,0 +132,0 @@ ) |
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
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
8404
70