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

@ecodev/natural-gallery-js

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecodev/natural-gallery-js - npm Package Compare versions

Comparing version 3.1.0 to 4.0.0

app.d.ts

28

package.json
{
"name": "@ecodev/natural-gallery-js",
"version": "3.1.0",
"description": "A lazy load, infinite scroll and natural layout list gallery",
"version": "4.0.0",
"description": "A lazy load, infinite scroll, natural and masonry layout gallery",
"author": "Samuel Baptista <samuel.baptista@ecodev.ch>",

@@ -15,12 +15,14 @@ "license": "MIT",

"homepage": "https://github.com/Ecodev/natural-gallery-js#readme",
"main": "./dist/natural-gallery.js",
"module": "./dist/natural-gallery.js",
"jsnext:main": "./dist/natural-gallery.js",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"main": "./natural-gallery.js",
"module": "./natural-gallery.js",
"jsnext:main": "./natural-gallery.js",
"types": "./app.d.ts",
"typings": "./app.d.ts",
"scripts": {
"dev": "webpack-dev-server --open --progress --colors --port 1405",
"prod": "NODE_ENV='production' webpack; NODE_ENV='production' webpack --env.nodependencies",
"prod:watch": "NODE_ENV='production' webpack --env.nodependencies --watch",
"release": "yarn prod; yarn publish --access public"
"dev-docs": "cd docs; jekyll serve --livereload",
"dev-lib": "webpack --watch --env.demo",
"build-docs": "NODE_ENV='production' webpack --env.demo",
"build-lib": "NODE_ENV='production' webpack; NODE_ENV='production' webpack --env.nodependencies; cp package.json dist/",
"build-watch": "webpack --watch",
"release": "yarn build-lib; cd dist; yarn publish --access public"
},

@@ -54,3 +56,2 @@ "keywords": [

"del": "^3.0.0",
"dts-bundle": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.2",

@@ -105,5 +106,4 @@ "file-loader": "^1.1.5",

"vinyl-source-stream": "^1.1.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
"webpack": "^3.8.1"
}
}
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