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.0 to 1.3.1

.eslintignore

60

package.json
{
"name": "bs5-lightbox",
"version": "1.3.0",
"version": "1.3.1",
"author": {

@@ -21,27 +21,22 @@ "name": "Travis Aaron Wagner",

"license": "MIT",
"main": "dist/index.esm",
"types": "dist/index.esm.d.ts",
"main": "./dist/index",
"repository": {
"type": "git",
"url": "git+https://github.com/trvswgnr/bs5-lightbox.git"
},
"dependencies": {
"@babel/preset-typescript": "^7.15.0"
},
"peerDependencies": {
"bootstrap": "^5.1.1"
},
"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",
"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",
"publish": "npm publish",
"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"
"build": "webpack --mode=production",
"dev": "webpack --mode=development",
"start": "webpack --mode=development --watch",
"ts": "tsc src/*.ts"
},
"browserslist": [
"last 1 version",
"not dead",
"ie >= 11"
],
"bundleDependencies": false,
"deprecated": false,
"funding": "https://github.com/sponsors/trvswgnr",
"devDependencies": {

@@ -83,8 +78,13 @@ "@atao60/fse-cli": "^0.1.7",

},
"files": [
"dist/**/*"
],
"dependencies": {
"regenerator-runtime": "^0.13.9"
}
"browserslist": [
">= 0.5%",
"last 2 major versions",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Firefox ESR",
"iOS >= 12",
"Safari >= 12",
"not Explorer <= 11"
]
}
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