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

@niduu/nids-theme

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@niduu/nids-theme - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

dist/scss/styles.scss

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.1.6](https://bitbucket.org/niduu/nids-theme/compare/v1.1.5...v1.1.6) (2020-01-25)
### Bug Fixes
* **gulp:** removed compilation from scss to css ([a9049f4](https://bitbucket.org/niduu/nids-theme/commit/a9049f487002f551cd48b55d63d43e9150b5a18f))
### [1.1.5](https://bitbucket.org/niduu/nids-theme/compare/v1.1.4...v1.1.5) (2020-01-25)

@@ -7,0 +14,0 @@

6

gulpfile.js
const gulp = require('gulp');
const concat = require('gulp-concat');
const gulpSass = require('gulp-sass');

@@ -13,5 +12,4 @@ // gulp.task('pack-js', () => {

return gulp.src(['src/scss/*.scss'])
.pipe(gulpSass({outputStyle: 'compressed'}).on('error', gulpSass.logError))
.pipe(concat('styles.css'))
.pipe(gulp.dest('dist/css'));
.pipe(concat('styles.scss'))
.pipe(gulp.dest('dist/scss'));
});

@@ -18,0 +16,0 @@

{
"name": "@niduu/nids-theme",
"version": "1.1.5",
"version": "1.1.6",
"description": "Niduu Design System theme components",

@@ -5,0 +5,0 @@ "main": "index.js",

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