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.8 to 1.1.9

_nids-colors.scss

7

CHANGELOG.md

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

### [1.1.9](https://bitbucket.org/niduu/nids-theme/compare/v1.1.8...v1.1.9) (2020-01-30)
### Bug Fixes
* **gulp:** removed gulp ([79e51ad](https://bitbucket.org/niduu/nids-theme/commit/79e51ad0fd3652c131135e3c9aae082dc3b3e103))
### [1.1.8](https://bitbucket.org/niduu/nids-theme/compare/v1.1.7...v1.1.8) (2020-01-27)

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

20

gulpfile.js
const gulp = require('gulp');
const concat = require('gulp-concat');
// gulp.task('pack-js', () => {
// return gulp.src(['src/js/*.js'])
// .pipe(concat('bundle.js'))
// .pipe(gulp.dest('dist/js'));
// });
gulp.task('pack-scripts', () => {
return gulp.src(['src/scripts/*.scripts'])
.pipe(concat('bundle.scripts'))
.pipe(gulp.dest('dist/scripts'));
});
gulp.task('pack-scss', () => {
return gulp.src(['src/scss/*.scss'])
.pipe(concat('styles.scss'))
.pipe(gulp.dest('dist/scss'));
gulp.task('pack-styles', () => {
return gulp.src(['src/styles/*.styles'])
.pipe(concat('styles.styles'))
.pipe(gulp.dest('dist/styles'));
});

@@ -21,2 +21,2 @@

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

@@ -8,3 +8,2 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"commit": "git-cz",

@@ -28,5 +27,2 @@ "prerelease": "git checkout master && git pull origin master && npm i && git add .",

"commitizen": "^4.0.3",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.0.2",
"husky": "^4.0.10",

@@ -33,0 +29,0 @@ "standard-version": "^7.0.1"

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