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

rollup-plugin-postcss

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-postcss - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

4

index.js

@@ -40,3 +40,3 @@ 'use strict';

code: result.css,
map: result.map
map: { mappings: '' }
};

@@ -48,2 +48,2 @@ });

module.exports = index;
module.exports = index;
{
"name": "rollup-plugin-postcss",
"version": "0.0.24",
"version": "0.0.25",
"description": "Seamless integration between Rollup and PostCSS",

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

@@ -35,3 +35,3 @@ import { createFilter } from 'rollup-pluginutils';

code: result.css,
map: result.map
map: { mappings: '' }
};

@@ -38,0 +38,0 @@ });

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