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

css-codemod

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-codemod - npm Package Compare versions

Comparing version 0.0.0-pr.4.5.9857f7c to 0.0.0-pr.4.6.134202e

1

dist/cli.js

@@ -72,3 +72,2 @@ #!/usr/bin/env node

const result = transform(fileInfo, api);
console.log(result);
if (result !== null) {

@@ -75,0 +74,0 @@ import_fs.default.writeFileSync(file, result);

2

package.json
{
"version": "0.0.0-pr.4.5.9857f7c",
"version": "0.0.0-pr.4.6.134202e",
"license": "MIT",

@@ -4,0 +4,0 @@ "name": "css-codemod",

@@ -28,4 +28,2 @@ import glob from 'glob';

console.log(result);
if (result !== null) {

@@ -32,0 +30,0 @@ fs.writeFileSync(file, result);

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