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 1.0.1 to 1.1.0

2

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

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

@@ -25,3 +25,3 @@ <h1>lockandload</h1>

- Fully event driven, no polling timers.
- Standard events: domready and headready.
- Standard event: domready.
- Both high and low priority asynchronous loading of Javascript and CSS files.

@@ -44,2 +44,6 @@ - Leverages native browser speed for high priority loading (by getting out

files to your own new website, and start adjusting them to taste.
The `index.html` contains two `<script>` sections. The first section
should not be placed earlier or later in the page than it currently is.
The second section must be placed at or close to the end of the `<head>`,
and should not precede any direct `<link type="stylesheet">` tags.

@@ -46,0 +50,0 @@ ## API

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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