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.6 to 1.1.7

src/scss/colors.scss

7

CHANGELOG.md

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

### [1.1.7](https://bitbucket.org/niduu/nids-theme/compare/v1.1.6...v1.1.7) (2020-01-25)
### Bug Fixes
* **scss:** removed unnecessary imports at theme.scss ([3029afe](https://bitbucket.org/niduu/nids-theme/commit/3029afea89b71004117d5dd34162d3479d0c45ea))
### [1.1.6](https://bitbucket.org/niduu/nids-theme/compare/v1.1.5...v1.1.6) (2020-01-25)

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

4

gulpfile.js

@@ -10,3 +10,3 @@ const gulp = require('gulp');

gulp.task('pack-css', () => {
gulp.task('pack-scss', () => {
return gulp.src(['src/scss/*.scss'])

@@ -22,2 +22,2 @@ .pipe(concat('styles.scss'))

gulp.task('default', gulp.parallel('pack-css', 'pack-fonts'));
gulp.task('default', gulp.parallel('pack-scss', 'pack-fonts'));
{
"name": "@niduu/nids-theme",
"version": "1.1.6",
"version": "1.1.7",
"description": "Niduu Design System theme components",

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

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