New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ttskch/select2-bootstrap4-theme

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttskch/select2-bootstrap4-theme - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

12

package.json
{
"name": "@ttskch/select2-bootstrap4-theme",
"version": "1.3.2",
"version": "1.3.3",
"description": "Select2 v4 theme for Bootstrap4",

@@ -8,4 +8,4 @@ "main": "",

"scripts": {
"build": "webpack --config webpack.config.js",
"build:prod": "NODE_ENV=production webpack --config webpack.config.js",
"build": "webpack --config webpack.config.js --mode development",
"build:prod": "NODE_ENV=production webpack --config webpack.config.js --mode production",
"build:both": "npm run build && npm run build:prod",

@@ -48,3 +48,7 @@ "prepare": "ln -sf ../dist/select2-bootstrap4.css docs/",

},
"jsdelivr": "dist/select2-bootstrap4.min.css"
"jsdelivr": "dist/select2-bootstrap4.min.css",
"browserslist": [
"last 2 versions",
"ios >= 9"
]
}

@@ -47,3 +47,3 @@ const path = require('path');

require('precss'), // bootstrap4 requires this
require('autoprefixer')({ browsers: ['last 2 versions'] }),
require('autoprefixer'),
];

@@ -50,0 +50,0 @@ if (isProd) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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