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

borschik-tech-postcss

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

borschik-tech-postcss - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -114,3 +114,3 @@ var FREEZE = require('borschik/lib/freeze'),

// parts will capture optional opening quote, value and optional closing quote
var parts = value.match(/^(['"]?)([^'"]*)(['"]?)$/),
var parts = value.match(/^(['"]?)(.*)(\1)$/),
newPath = parts[2],

@@ -117,0 +117,0 @@ quotes = parts[1];

{
"name": "borschik-tech-postcss",
"version": "0.1.0",
"version": "0.1.1",
"description": "borschik tech that expands css imports, minifies styles, freezes linked resources. Source map can be generated for output file.",

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

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