Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

layzr.js

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

layzr.js - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

dist/layzr.js

55

package.json
{
"name": "layzr.js",
"version": "2.2.1",
"description": "A small, fast, and modern library for lazy loading images.",
"homepage": "http://callmecavs.github.io/layzr.js/",
"main": "dist/layzr.min.js",
"jsnext:main": "src/layzr.js",
"description": "A modern lazy loading library for images.",
"author": "Michael Cavalea",
"main": "dist/layzr.js",
"module": "dist/layzr.module.js",
"jsnext:main": "dist/layzr.module.js",
"version": "2.2.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/callmecavs/layzr.js.git"
"repository": "callmecavs/layzr.js",
"author": {
"name": "Michael Cavalea",
"email": "callmecavs@gmail.com",
"url": "http://callmecavs.com/"
},
"bugs": {
"url": "https://github.com/callmecavs/layzr.js/issues"
"scripts": {
"prebuild": "eslint src",
"build": "rollup -c",
"dev": "rollup -c -w -m inline",
"prepublish": "npm run build",
"server": "python -m SimpleHTTPServer 3000"
},

@@ -28,18 +36,19 @@

"dependencies": {
"knot.js": "^1.1.1"
"knot.js": "^1.1.5"
},
"devDependencies": {
"babel-preset-es2015-rollup": "*",
"babel-plugin-transform-object-rest-spread": "*",
"browser-sync": "*",
"del": "*",
"gulp": "*",
"node-notifier": "*",
"rollup": "*",
"rollup-plugin-babel": "*",
"rollup-plugin-commonjs": "*",
"rollup-plugin-node-resolve": "*",
"rollup-plugin-uglify": "*"
"babel-eslint": "^7.1.1",
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.13.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"rollup": "^0.41.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-watch": "^3.2.2"
}
}

@@ -5,3 +5,3 @@ # Layzr.js

A small, fast, and modern library for lazy loading images.
A modern lazy loading library for images.

@@ -8,0 +8,0 @@ * [Demo Page](http://callmecavs.github.io/layzr.js/)

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