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

@hanakin/base-l

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hanakin/base-l - npm Package Compare versions

Comparing version 1.0.1 to 1.1.1

.cache/.stylelintcsscache

7

gulpfile.js

@@ -9,3 +9,2 @@ 'use strict';

const sourcemaps = require('gulp-sourcemaps');
const chromatic = require('chromatic-sass');
const rename = require('gulp-rename');

@@ -15,7 +14,6 @@ const postcss = require('gulp-postcss');

const torem = require('postcss-pxtorem');
// const stylefmt = require('stylefmt');
const sortOrder = require('./.postcss-sorting.json');
const pkg = require('./package.json');
sass.compiler = require('node-sass');
sass.compiler = require('sass');

@@ -53,3 +51,2 @@ // Config

precision: 10,
functions: chromatic,
}).on('error', sass.logError))

@@ -82,3 +79,2 @@ .pipe(

}),
// stylefmt(),
]),

@@ -118,3 +114,2 @@ )

precision: 10,
functions: chromatic,
}).on('error', sass.logError))

@@ -121,0 +116,0 @@ .pipe(

{
"name": "@hanakin/base-l",
"version": "1.0.1",
"version": "1.1.1",
"description": "A well structured top down base css framework meant for web apps",

@@ -61,3 +61,22 @@ "main": "gulpfile.js",

"scripts": {
"test": "eslint all/js/ && gulp test && stylelint --config ./.stylelintrc './**/*.scss' && colorguard './**/*.css'"
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css src/scss/:dist/css/",
"css-postcss": "postcss --config build/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min*\" \"!dist/css/*.css.map\"",
"css-fix": "stylelint --fix \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*.css.map\" --cache --cache-location .cache/.stylelintcsscache",
"css-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*.css.map\"",
"clean": "node build/clean.js",
"docs-compile": "sass --style expanded --source-map --embed-sources --no-error-css docs/_media/theme.1.1.1.scss docs/_media/theme.1.1.1.css",
"docs-postcss": "postcss --config build/postcss.config.js --replace \"docs/_media/*.css\" \"!docs/_media/*.min*\" \"!docs/_media/*.css.map\"",
"docs-fix": "stylelint --fix \"docs/_media/*.css\" \"!docs/_media/*.min.css\" \"!docs/_media/*.css.map\" --cache --cache-location .cache/.stylelintdocscache",
"docs-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output docs/_media --batch --batch-suffix \".min\" \"docs/_media/*.css\" \"!docs/_media/*.min.css\" \"!docs/_media/*.css.map\"",
"html-fix": "js-beautify --html --replace -t -n -p -m 10 -I -b \"collapse\" -S \"normal\" -w 0 -A \"auto\" -i 1 --templating \"django\" tests/*.html",
"lint-html": "htmlhint --config .htmlhintrc tests/",
"lint-js": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .",
"lint-scss": "stylelint \"**/*.scss\" --config \".stylelintrc\" --cache --cache-location .cache/.stylelintscsscache",
"css": "npm-run-all --continue-on-error css-compile css-postcss css-fix css-minify",
"docs": "npm-run-all --continue-on-error docs-compile docs-postcss docs-fix docs-minify",
"lint": "npm-run-all --parallel lint-*",
"build": "npm-run-all --parallel css docs",
"watch": "npm-run-all --parallel watch-*",
"watch-css": "nodemon --watch src/scss/ --ext scss --exec \"npm-run-all --continue-on-error css-compile css-postcss css-fix css-minify\"",
"watch-docs": "nodemon --watch docs/_media --ext scss --exec \"npm-run-all --continue-on-error docs-compile docs-postcss docs-fix docs-minify\""
},

@@ -75,25 +94,21 @@ "repository": {

"devDependencies": {
"autoprefixer": "^10.2.5",
"chromatic-sass": "^0.1.8",
"colorguard": "^1.2.1",
"cssnano": "^5.0.2",
"autoprefixer": "^10.4.4",
"clean-css-cli": "^5.6.0",
"del": "^6.0.0",
"eslint": "^7.26.0",
"eslint-config-xo": "^0.36.0",
"gulp": "^4.0.2",
"gulp-data": "^1.3.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"htmlhint": "^0.14.2",
"node-sass": "^4.14.1",
"eslint": "^8.12.0",
"eslint-config-xo": "^0.40.0",
"htmlhint": "^1.1.3",
"js-beautify": "^1.14.2",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"postcss-cli": "^9.1.0",
"postcss-pxtorem": "^6.0.0",
"postcss-sorting": "^6.0.0",
"stylefmt": "^6.0.3",
"stylelint": "^13.13.1",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0",
"webpack": "^5.37.0"
"postcss-sorting": "^7.0.1",
"sass": "^1.50.0",
"stylelint": "^14.6.1",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0"
}
}
[![Logo](https://cdn.rawgit.com/hanakin/base-l/master/base-l-banner.svg)](https://github.com/hanakin/base-l)
[![Build Status](https://travis-ci.org/hanakin/base-l.svg?branch=master)](https://travis-ci.org/hanakin/base-l)

@@ -4,0 +3,0 @@ ## Base-L

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