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

@patternfly/pfe-sass

Package Overview
Dependencies
Maintainers
13
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternfly/pfe-sass - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

.sassdocrc

17

gulpfile.js

@@ -8,3 +8,3 @@ const { task, src, dest, watch, parallel, series } = require("gulp");

const paths = {
source: "./src",
source: "./",
compiled: "./",

@@ -14,10 +14,10 @@ temp: "./_temp"

const path = require("path");
const clean = require("gulp-clean");
const mergeStream = require("merge-stream");
const globSass = require("gulp-sass-globbing");
const sassdoc = require("sassdoc");
// Delete the temp directory
task("clean", () => {
return src(["__*.scss"], {
return src(["__*.scss", "demo/*.html", "demo/assets"], {
cwd: paths.compiled,

@@ -55,4 +55,11 @@ read: false,

task("build", series("clean", "sass:globbing"));
task("build:sassdoc", () => {
return src(["{extends,functions,maps,mixins,variables}/_*.scss", "pfe-sass.scss"], {
cwd: paths.compiled,
allowEmpty: true
}).pipe(sassdoc());
});
task("build", series("clean", parallel("build:sassdoc", "sass:globbing")));
task("watch", () => {

@@ -64,3 +71,3 @@ return watch(

},
series("build")
parallel("build")
);

@@ -67,0 +74,0 @@ });

@@ -9,3 +9,3 @@ {

},
"version": "1.1.1",
"version": "1.2.0",
"publishConfig": {

@@ -24,2 +24,11 @@ "access": "public"

},
"engines": {
"node": ">=10 <13"
},
"browserslist": [
"last 2 versions",
"Firefox >= 78",
"iOS >= 8",
"ie 11"
],
"main": "./pfe-sass.scss",

@@ -60,3 +69,3 @@ "scripts": {

},
"gitHead": "b9507e719b7c4e4ee3311eeebcee447adc4d5bf9"
"gitHead": "db67dc4ce94b993024e4f8125f1bd4abfbd763f4"
}

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