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

cleanstyles

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cleanstyles - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "cleanstyles",
"version": "2.0.2",
"version": "2.0.3",
"description": "project to detect unused stylesheet in react-native codebase",

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

@@ -81,9 +81,13 @@ #!/usr/bin/env node

console.log(path, "path-path", process.cwd());
console.log(process.cwd() + "/" + path);
console.log(chalk.white.bgGreen.bold(`Your Starting Path is:${path}`));
console.log(
chalk.white.bgGreen.bold(
`Your Starting Path is:${process.cwd() + "/" + path}`
)
);
findUnusedStyles(path);
findUnusedStyles(process.cwd() + "/" + path);
};
init();
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