Huge News!Announcing our $40M Series B led by Abstract Ventures.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.19 to 2.1.20

2

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

@@ -5,0 +5,0 @@ "main": "index.html",

@@ -46,3 +46,3 @@ <h1>lockandload AMD-loader</h1>

- Supports implicit and explicit ['require', 'exports', 'module'] dependencies.
- Explicit circular dependencies will silently hang in unresolved state
- Explicit circular dependencies will hang silently in an unresolved state
(or put differently: do not do that), use 'exports' or 'require' to resolve

@@ -251,3 +251,3 @@ those instead.

scripts will use the argument for. All `domready()`
calls before `domready(1)` has been run will silently be ignored.
calls before `domready(1)` has been run will be silently ignored.

@@ -254,0 +254,0 @@ E.g. in your application, you could use code like this:

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