Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@node-minify/clean-css

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-minify/clean-css - npm Package Compare versions

Comparing version 8.0.1-beta.0 to 8.0.2-beta.0

12

dist/index.d.ts

@@ -9,11 +9,7 @@ import { MinifierOptions } from '@node-minify/types';

/**
* Run clean-css.
*
* @param {Object} settings
* @param {String} content
* @param {Function} callback
*/
declare const minifyCleanCSS: ({ settings, content, callback, index }: MinifierOptions) => any;
declare const minifyCleanCSS: {
({ settings, content, callback, index }: MinifierOptions): any;
default: any;
};
export { minifyCleanCSS as default };

@@ -0,1 +1,2 @@

"use strict";
var __create = Object.create;

@@ -7,6 +8,2 @@ var __defProp = Object.defineProperty;

var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {

@@ -24,10 +21,4 @@ if (from && typeof from === "object" || typeof from === "function") {

));
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/index.ts
var src_exports = {};
__export(src_exports, {
default: () => src_default
});
module.exports = __toCommonJS(src_exports);
var import_clean_css = __toESM(require("clean-css"));

@@ -57,5 +48,4 @@ var import_utils = require("@node-minify/utils");

};
var src_default = minifyCleanCSS;
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
minifyCleanCSS.default = minifyCleanCSS;
module.exports = minifyCleanCSS;
/*!

@@ -62,0 +52,0 @@ * node-minify

{
"name": "@node-minify/clean-css",
"version": "8.0.1-beta.0",
"version": "8.0.2-beta.0",
"description": "clean-css plugin for @node-minify",

@@ -48,10 +48,10 @@ "keywords": [

"dependencies": {
"@node-minify/utils": "8.0.1-beta.0",
"@node-minify/utils": "8.0.2-beta.0",
"clean-css": "5.3.1"
},
"devDependencies": {
"@node-minify/types": "8.0.1-beta.0",
"@node-minify/types": "8.0.2-beta.0",
"@types/clean-css": "^4.2.6"
},
"gitHead": "35a8a41ec86a11cbec05d8a7db9113475ece2cef"
"gitHead": "bd2fe186257749fcb9bf7a9ff1ce61fb922c4ade"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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