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.1.7 to 1.1.8

2

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

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

@@ -47,9 +47,18 @@ <h1>lockandload</h1>

Copy `index.html`, `main.js` and `css/main.css` boilerplate
Copy `index.html`, `main.js`, `lastjs.js` and `css/main.css` boilerplate
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 preceded by any other `<script>` tags.
should not be preceded by any other `<script>` tags and should be left
verbatim.
The second section should be placed at or close to the end of the `<head>`,
and should not precede any direct `<link type="stylesheet">` tags.
Inside this second section there is a clearly marked section that is
your configuration area.
Whenever this loader is updated, you can expect the first script section
to be able to be replaced as is, and in the second script section you
will be able to replace the first part, up till your configurable area.
Backward and forward compatibility will be retained within those constraints.
The basic structure of a page should be:

@@ -56,0 +65,0 @@ - html

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