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

@beetle/bee-grid

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beetle/bee-grid - npm Package Compare versions

Comparing version 1.0.0-rc.3 to 1.0.0

dist/js/navbar.js

18

package.json
{
"name": "@beetle/bee-grid",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "A microframework based on CSS Grid Layout to build various types of grids thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes to organize your content.",

@@ -9,2 +9,5 @@ "main": "index.js",

"scripts": {
"js-compile": "cross-env PLUGINS=true babel js/src/ --out-dir dist/js --source-maps",
"js-dist": "cross-env PLUGINS=true babel js/src/ --out-dir js/dist --source-maps",
"js-minify": "uglifyjs --compress --comments \"/^!/\" --source-map \"content=dist/js/navbar.js.map,includeSources,url=navbar.min.js.map\" --output dist/js/navbar.min.js dist/js/navbar.js",
"css": "npm-run-all --parallel css-lint* css-compile* --sequential css-prefix* css-minify*",

@@ -18,3 +21,4 @@ "css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/bee-grid.scss dist/css/bee-grid.css && node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 assets/scss/docs.scss assets/css/bee-docs.css",

"docs-serve": "bundle exec jekyll serve",
"watch-css": "nodemon --ignore js/ --ignore dist/ -e scss -x \"npm run css\""
"watch-css": "nodemon --ignore js/ --ignore dist/ -e scss -x \"npm run css\"",
"build": "npm-run-all css-main js-compile js-minify"
},

@@ -50,8 +54,11 @@ "keywords": [

"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-istanbul": "^4.1.6",
"clean-css-cli": "^4.1.11",
"cross-env": "^5.2.0",
"editorconfig": "^0.15.0",
"eslint": "^4.19.1",
"eslint-plugin-compat": "^2.2.0",
"node-sass": "^4.8.3",
"nodemon": "^1.17.2",
"node-sass": "^4.9.0",
"nodemon": "^1.17.5",
"npm-run-all": "^4.1.2",

@@ -63,3 +70,4 @@ "postcss-cli": "^5.0.0",

"stylelint-order": "^0.8.1",
"stylelint-scss": "^2.5.0"
"stylelint-scss": "^2.5.0",
"uglifyjs": "^2.4.11"
},

@@ -66,0 +74,0 @@ "homepage": "https://github.com/davidedantonio/bee-grid#readme",

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