Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-load-script

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-load-script - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

simpleLoadScript.js

5

changelog.md
# changelog
## x.x.x
* readme
* changes in `all` method
## 1.0.0

@@ -4,0 +9,0 @@

4

package.json
{
"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 @@ )

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc