Comparing version 2.2.1 to 2.2.2
{ | ||
"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/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
296
19107
12
4
2
1
Updatedknot.js@^1.1.5