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

esifycss

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esifycss - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

3

lib/index.js

@@ -204,6 +204,7 @@ const path = require('path');

}
return config;
};
const watch = async (options) => {
const config = await getConfig(options);
const config = await start(options);
const watcher = chokidar.watch(config.patterns, Object.assign({}, config.chokidar));

@@ -210,0 +211,0 @@ const output = config.dest

{
"name": "esifycss",
"version": "0.1.7",
"version": "0.1.8",
"description": "Generates .js or .ts exports class names and custom properties",

@@ -5,0 +5,0 @@ "author": {

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