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

@node-minify/core

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-minify/core - npm Package Compare versions

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

10

dist/index.d.ts

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

/**
* Run node-minify.
*
* @param {Object} settings - Settings from user input
*/
declare const minify: (settings: Settings) => Promise<unknown>;
declare const minify: {
(settings: Settings): Promise<unknown>;
default: any;
};
export { minify as default };

18

dist/index.js

@@ -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,11 +21,3 @@ 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);
// src/setup.ts

@@ -225,5 +214,4 @@ var import_path = __toESM(require("path"));

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

@@ -230,0 +218,0 @@ * node-minify

{
"name": "@node-minify/core",
"version": "8.0.1-beta.0",
"version": "8.0.2-beta.0",
"description": "core of @node-minify",

@@ -47,3 +47,3 @@ "keywords": [

"dependencies": {
"@node-minify/utils": "8.0.1-beta.0",
"@node-minify/utils": "8.0.2-beta.0",
"globby": "11.1.0",

@@ -53,6 +53,6 @@ "mkdirp": "1.0.4"

"devDependencies": {
"@node-minify/types": "8.0.1-beta.0",
"@node-minify/types": "8.0.2-beta.0",
"@types/mkdirp": "^1.0.2"
},
"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