Socket
Socket
Sign inDemoInstall

cssnano-util-raw-cache

Package Overview
Dependencies
9
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-rc.2 to 4.0.0

4

dist/index.js

@@ -9,4 +9,4 @@ 'use strict';

exports.default = (0, _postcss.plugin)('cssnano-util-raw-cache', function () {
return function (css, result) {
exports.default = (0, _postcss.plugin)('cssnano-util-raw-cache', () => {
return (css, result) => {
result.root.rawCache = {

@@ -13,0 +13,0 @@ colon: ':',

{
"name": "cssnano-util-raw-cache",
"version": "4.0.0-rc.2",
"repository": "ben-eb/cssnano",
"version": "4.0.0",
"repository": "cssnano/cssnano",
"main": "dist/index.js",

@@ -10,8 +10,8 @@ "description": "Manages the raw value formatting for generated AST nodes.",

},
"homepage": "https://github.com/ben-eb/cssnano",
"homepage": "https://github.com/cssnano/cssnano",
"bugs": {
"url": "https://github.com/ben-eb/cssnano/issues"
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": ">=4"
"node": ">=6.9.0"
},

@@ -25,3 +25,3 @@ "files": [

"babel-cli": "^6.0.0",
"cross-env": "^3.0.0"
"cross-env": "^5.0.0"
},

@@ -28,0 +28,0 @@ "dependencies": {

@@ -8,3 +8,3 @@ # cssnano-util-raw-cache

See [CONTRIBUTORS.md](https://github.com/ben-eb/cssnano/blob/master/CONTRIBUTORS.md).
See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTORS.md).

@@ -11,0 +11,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc