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 3.0.3 to 3.0.4

2

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

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

@@ -6,5 +6,5 @@ <h1>lockandload AMD-loader</h1>

Gzipped, the essential script content amounts to roughly 859 bytes of code.
Without compression it blows up to about 1520 bytes. Further minifying
this code does not result in any significant gains (773 vs 859 bytes), it
Gzipped, the essential script content amounts to roughly 849 bytes of code.
Without compression it blows up to about 1449 bytes. Further minifying
this code does not result in any significant gains (773 vs 849 bytes), it
would just hinder readability.

@@ -62,3 +62,3 @@

- Single-page-app support using $$(...) page refresh callbacks.
- Supports IE10 and up and all other webbrowsers.
- Supports browsers implementing ES2018 and up.
- No config file, means: no syntax to learn, no config file parser code.

@@ -65,0 +65,0 @@ - No module system: all needed functionality is included already because

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