Socket
Socket
Sign inDemoInstall

@appnest/masonry-layout

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appnest/masonry-layout - npm Package Compare versions

Comparing version 2.0.8 to 2.2.2

.browserslistrc

37

package.json
{
"name": "@appnest/masonry-layout",
"version": "2.0.8",
"version": "2.2.2",
"license": "MIT",

@@ -33,21 +33,34 @@ "module": "index.js",

"scripts": {
"start": "npm run s",
"start": "vite",
"ncu": "ncu -u -a && npm update && npm install",
"b:lib": "node pre-build.js && tsc -p tsconfig.build.json && rollup -c rollup-build.config.ts && npm run custom-elements-json",
"b:demo:dev": "rollup -c rollup.config.ts --environment NODE_ENV:dev",
"b:demo:prod": "rollup -c rollup.config.ts --environment NODE_ENV:prod",
"s:dev": "rollup -c rollup.config.ts --watch --environment NODE_ENV:dev",
"s:prod": "rollup -c rollup.config.ts --watch --environment NODE_ENV:prod",
"s": "npm run s:dev",
"readme": "node node_modules/.bin/readme generate",
"postversion": "npm run readme && npm run b:lib",
"publish:patch": "np patch --contents=dist --no-cleanup",
"publish:minor": "np minor --contents=dist --no-cleanup",
"publish:major": "np major --contents=dist --no-cleanup",
"publish:patch": "np patch --no-cleanup --no-tests",
"publish:minor": "np minor --no-cleanup --no-tests",
"publish:major": "np major --no-cleanup --no-tests",
"custom-elements-json": "npx wca analyze src/lib --format json --outFile dist/custom-elements.json"
},
"devDependencies": {
"@appnest/readme": "^1.2.6",
"@appnest/web-config": "0.5.0"
"@appnest/readme": "^1.2.7",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@types/rollup-plugin-progress": "^1.1.1",
"fs-extra": "^10.0.0",
"path": "^0.12.7",
"rimraf": "^5.0.1",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-ts": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"engines": {
"npm": ">=9.0.0",
"node": ">=19.0.0"
},
"np": {
"yarn": false,
"contents": "./dist"
}
}
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