New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sankhyalabs/ez-design

Package Overview
Dependencies
Maintainers
1
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sankhyalabs/ez-design - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/ez-themed.css

5

gulpfile.js

@@ -36,2 +36,5 @@ const { parallel } = require('gulp');

gulp.task('watch', watch);
gulp.task('default', parallel('watch', 'browser-sync'));
gulp.task('compila-sass', compilaSass);
gulp.task('copy-images', copyImages);
gulp.task('default', parallel('watch', 'browser-sync'));
gulp.task('build', parallel('compila-sass', 'copy-images'));

9

package.json
{
"name": "@sankhyalabs/ez-design",
"version": "1.0.2",
"version": "1.0.3",
"description": "Projeto de design system sankhya.",

@@ -9,3 +9,4 @@ "main": "/dist/ez-themed.css",

"dev": "gulp default",
"devdark": "gulp default --dark"
"devdark": "gulp default --dark",
"build": "gulp build"
},

@@ -16,5 +17,5 @@ "author": "leonardo.jorge",

"browser-sync": "^2.26.14",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"node-sass": "^5.0.0",
"gulp": "^4.0.2"
"node-sass": "^5.0.0"
},

@@ -21,0 +22,0 @@ "publishConfig": {

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