New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lockandload

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lockandload - npm Package Compare versions

Comparing version 2.1.23 to 2.1.24

5

package.json
{
"name": "lockandload",
"version": "2.1.23",
"version": "2.1.24",
"description": "Minimalist AMD-compliant Javascript and CSS loader",

@@ -21,4 +21,7 @@ "main": "index.html",

],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": "Stephen R. van den Berg <srb@cuci.nl>",
"license": "(ISC OR GPL-3.0)"
}

4

README.md

@@ -57,4 +57,4 @@ <h1>lockandload AMD-loader</h1>

- Leverages native browser speed for high priority loading (by getting out
of the way).
- Legacy support for $(...) jQuery riddled synchronous code.
of the way; let `<script>`, HTTP2 and friends do the heavy lifting).
- Legacy support for `$(...)` jQuery riddled synchronous code.
- Legacy support for loading synchronous Javascript.

@@ -61,0 +61,0 @@ - Single-page-app support using $$(...) page refresh callbacks.

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