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 0.1.4 to 0.1.5

35

package.json
{
"name": "lockandload",
"version": "0.1.4",
"version": "0.1.5",
"description": "Minimalist AMD-compliant Javascript and CSS loader",
"main": "index.html",
"browser": "index.html",
"files":[
"*", "index.html"
],
"scripts": {
"test": "# Can only be tested inside a browser environment.",
"foo": "sed -e '/^[\t ]*\\/\\//d' <annotated.html >index.html"
"prepublish":"sed -e '/^[\t ]*\\/\\//d' <annotated.html >index.html"
},
"files":[
"*", "index.html"
],
"dependencies": {},

@@ -18,26 +18,9 @@ "devDependencies": {},

"repository": {
"type": "git",
"url": "git://github.com/BuGlessRB/lockandload.git"
"type": "git", "url": "git://github.com/BuGlessRB/lockandload"
},
"keywords": [
"AMD",
"loader",
"minimal",
"boilerplate"
"AMD", "loader", "minimal", "boilerplate"
],
"author": {
"name": "Stephen R. van den Berg",
"email": "srb@cuci.nl"
},
"license": "(ISC OR GPL-3.0)",
"readme": "<h1>lockandload</h1>\n\nLockandload is a minimal AMD-loader-compatible boilerplate to start\nyour website/single-page-app.\n\n## Requirements\n\nIt runs inside any webbrowser environment (starting at IE11 and up).\n\n## Usage\n\n### API\n\n## References\n\n- [Asynchronous Module Definition\n (AMD)](https://github.com/amdjs/amdjs-api/blob/master/AMD.md).\n- Inspired by [Curiosity-Driven's minimal\n loader](https://curiosity-driven.org/minimal-loader).\n\nOther loaders:\n- [RequireJS](https://requirejs.org/).\n- [curl](https://github.com/unscriptable/curl).\n",
"readmeFilename": "README.md",
"gitHead": "145396896f2da2a0a10b9f2242f106b9ca48ded4",
"bugs": {
"url": "https://github.com/BuGlessRB/lockandload/issues"
},
"homepage": "https://github.com/BuGlessRB/lockandload#readme",
"_id": "lockandload@0.1.2",
"_shasum": "e78f8c1bd5184672ec053067b62566a3bdcde024",
"_from": "lockandload@"
"author": "Stephen R. van den Berg <srb@cuci.nl>",
"license": "(ISC OR GPL-3.0)"
}
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