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

bs5-lightbox

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bs5-lightbox - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

17

package.json
{
"name": "bs5-lightbox",
"version": "1.3.5",
"version": "1.3.6",
"author": {

@@ -33,6 +33,17 @@ "name": "Travis Aaron Wagner",

"scripts": {
"bundle": "webpack --mode=production",
"clean": "fse emptyDir --quiet dist/",
"babel": "babel dist/index.esm.js -o dist/index.babel.js",
"minify": "uglifyjs --compress --mangle --output dist/index.min.js -- dist/index.babel.js",
"build": "run-s compile babel minify bundle",
"compile": "tsc",
"bundle": "webpack --mode=production",
"build": "run-s compile babel bundle"
"test": "jest --config jest.config.ts",
"build+test": "run-s build test",
"format": "prettier --write \"src/**/*.(js|ts)\"",
"lint": "eslint src --ext .js,.ts",
"lint:fix": "eslint src --fix --ext .js,.ts",
"serve": "browser-sync start --server --files \"dist/*.css, dist/*.js, **/*.html, !node_modules/**/*.html\" --open false",
"watch:ts": "npm run-s build; onchange \"src/*.ts\" -- run-s build -s",
"watch": "run-p serve watch:*",
"start": "run-s clean watch"
},

@@ -39,0 +50,0 @@ "bundleDependencies": false,

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