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

@trimble-oss/modus-bootstrap

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trimble-oss/modus-bootstrap - npm Package Compare versions

Comparing version 2.0.0-alpha9 to 2.0.0-beta1

dist/js/modus-layout.js

82

package.json
{
"name": "@trimble-oss/modus-bootstrap",
"description": "Modus Bootstrap 2 based on Bootstrap v5.x",
"version": "2.0.0-alpha9",
"version": "2.0.0-beta1",
"config": {
"version_short": "2.0"
},
"homepage": "https://github.com/trimble-oss/modus-bootstrap",
"homepage": "https://modus-bootstrap.trimble.com/",
"author": "Trimble",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/trimble-oss/modus-bootstrap.git"
},
"bugs": {
"url": "https://github.com/trimble-oss/modus-bootstrap/issues"
},
"sass": "scss/modus-bootstrap.scss",

@@ -28,2 +36,4 @@ "style": "dist/css/modus-bootstrap.css",

"css-test": "jasmine --config=scss/tests/jasmine.js",
"js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives --ext .js .",
"js-minify": "terser ---ecma 5 --keep-classnames --output dist/js/modus-layout.min.js -- js/modus-layout.js",
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel css-lint lockfile-lint",

@@ -52,49 +62,45 @@ "docs": "npm-run-all docs-build docs-lint",

},
"repository": {
"type": "git",
"url": "https://github.com/trimble-oss/modus-bootstrap.git"
},
"bugs": {
"url": "https://github.com/trimble-oss/modus-bootstrap"
},
"license": "MIT",
"dependencies": {
"bootstrap": "5.3.2"
"bootstrap": "5.3.3"
},
"devDependencies": {
"@trimble-oss/modus-docs-hugo-theme": "1.0.0-alpha10",
"@trimble-oss/modus-icons": "1.7.0",
"autoprefixer": "^10.4.16",
"@stackblitz/sdk": "^1.11.0",
"@trimble-oss/modus-docs-hugo-theme": "1.0.0-alpha26",
"@trimble-oss/modus-icons": "^1.15.0",
"autoprefixer": "^10.4.20",
"bootstrap-forced-colors-css": "^1.0.7",
"bootstrap-print-css": "^1.0.1",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.2",
"bundlewatch": "^0.4.0",
"clean-css-cli": "^5.6.3",
"clipboard": "^2.0.11",
"cross-env": "^7.0.3",
"eslint": "^8.52.0",
"eslint-config-xo": "^0.43.1",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-unicorn": "^48.0.1",
"find-unused-sass-variables": "^5.0.0",
"globby": "^11.1.0",
"eslint": "^8.57.0",
"eslint-config-xo": "^0.45.0",
"eslint-plugin-html": "^8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-unicorn": "^55.0.0",
"find-unused-sass-variables": "^6.0.0",
"globby": "^14.0.2",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.115.0",
"ip": "^2.0.0",
"lockfile-lint": "^4.12.1",
"nodemon": "^3.0.1",
"npm-run-all2": "^6.1.1",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"hugo-bin": "^0.130.1",
"ip": "^2.0.1",
"lockfile-lint": "^4.14.0",
"nodemon": "^3.1.4",
"npm-run-all2": "^6.2.2",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"postcss-drop-empty-css-vars": "^0.0.0",
"rtlcss": "^4.1.1",
"sass": "^1.69.5",
"sass-true": "^7.0.0",
"rtlcss": "^4.2.0",
"sass": "^1.77.8",
"sass-true": "^8.0.0",
"shelljs": "^0.8.5",
"stylelint": "^15.11.0",
"stylelint-config-twbs-bootstrap": "^11.0.1",
"terser": "^5.19.4",
"stylelint": "^16.8.1",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"terser": "^5.31.6",
"vnu-jar": "23.4.11"
},
"files": [
"dist/css/*.{css,map}",
"dist/{css,js}/*.{css,js,map}",
"js/*.{js}",
"scss/**/*.scss",

@@ -101,0 +107,0 @@ "!scss/tests/**"

# Modus Bootstrap
[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/trimble-oss/modus-mb2/master/LICENSE)
[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/trimble-oss/modus-bootstrap/main/LICENSE)
[![npm Version](https://img.shields.io/npm/v/@trimble-oss/modus-bootstrap)](https://www.npmjs.com/package/@trimble-oss/modus-bootstrap)

@@ -27,2 +27,2 @@

Modus Bootstrap code and documentation copyright 2023 Trimble Inc. Code released under the [MIT License](https://github.com/trimble-oss/modus-bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
Modus Bootstrap code and documentation copyright 2024 Trimble Inc. Code released under the [MIT License](https://github.com/trimble-oss/modus-bootstrap/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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