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

css-combo

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-combo - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

7

lib/index.js

@@ -122,6 +122,9 @@ var fs = require('fs'),

// fs.writeFileSync(comboFile, fileContent, '');
// if exists, unlink first, otherwise, there may be some problems with the file encoding.
if(fs.existsSync(comboFile)){
fs.unlinkSync(comboFile);
}
// write file
var fd = fs.openSync(comboFile, 'w');
// write file
fs.writeSync(fd, fileContent, 0, fileContent.length);

@@ -128,0 +131,0 @@ fs.closeSync(fd);

{
"name":"css-combo",
"version":"0.2.2",
"version":"0.2.3",
"description":"css module combo tool",

@@ -5,0 +5,0 @@ "author":"Dorange <daxingplay@gmail.com>",

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