bs5-lightbox
Advanced tools
Comparing version 1.2.8 to 1.3.0
{ | ||
"name": "bs5-lightbox", | ||
"version": "1.2.8", | ||
"version": "1.3.0", | ||
"author": { | ||
@@ -21,38 +21,69 @@ "name": "Travis Aaron Wagner", | ||
"license": "MIT", | ||
"main": "bs5-lightbox", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/trvswgnr/bs5-lightbox.git" | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"bootstrap": "^5.1.1" | ||
}, | ||
"main": "dist/index.esm", | ||
"types": "dist/index.esm.d.ts", | ||
"scripts": { | ||
"build": "webpack --mode=production", | ||
"dev": "webpack --mode=development", | ||
"start": "webpack --mode=development --watch" | ||
"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" | ||
}, | ||
"bundleDependencies": false, | ||
"deprecated": false, | ||
"funding": "https://github.com/sponsors/trvswgnr", | ||
"browserslist": [ | ||
"last 1 version", | ||
"not dead", | ||
"ie >= 11" | ||
], | ||
"devDependencies": { | ||
"@atao60/fse-cli": "^0.1.7", | ||
"@babel/cli": "^7.15.7", | ||
"@babel/core": "^7.15.5", | ||
"@babel/plugin-transform-object-assign": "^7.14.5", | ||
"@babel/plugin-transform-runtime": "^7.15.0", | ||
"@babel/preset-env": "^7.15.6", | ||
"babel-loader": "^8.2.2", | ||
"terser-webpack-plugin": "^5.2.4", | ||
"webpack": "^5.53.0", | ||
"@types/isomorphic-fetch": "0.0.35", | ||
"@types/jest": "^27.0.2", | ||
"@types/regenerator-runtime": "^0.13.1", | ||
"@typescript-eslint/eslint-plugin": "^4.31.2", | ||
"@typescript-eslint/parser": "^4.31.2", | ||
"autoprefixer": "^10.3.5", | ||
"browser-sync": "^2.27.5", | ||
"eslint": "^7.32.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.24.2", | ||
"eslint-plugin-jest": "^24.4.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"eslint-plugin-standard": "^5.0.0", | ||
"isomorphic-fetch": "^3.0.0", | ||
"jest": "^27.2.1", | ||
"node-sass": "^6.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"onchange": "^7.1.0", | ||
"postcss": "^8.3.7", | ||
"postcss-cli": "^8.3.1", | ||
"prettier": "^2.4.1", | ||
"stylelint": "^13.13.1", | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.4.3", | ||
"uglify-js": "^3.14.2", | ||
"webpack": "^5.56.0", | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
"browserslist": [ | ||
">= 0.5%", | ||
"last 2 major versions", | ||
"not dead", | ||
"Chrome >= 60", | ||
"Firefox >= 60", | ||
"Firefox ESR", | ||
"iOS >= 12", | ||
"Safari >= 12", | ||
"not Explorer <= 11" | ||
] | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"dependencies": { | ||
"regenerator-runtime": "^0.13.9" | ||
} | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
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
97639
15
1241
34
1
1
1
+ Addedregenerator-runtime@^0.13.9
+ Addedregenerator-runtime@0.13.11(transitive)
- Removed@popperjs/core@2.11.8(transitive)
- Removedbootstrap@5.3.3(transitive)