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

@types/minify

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/minify - npm Package Compare versions

Comparing version 9.1.0 to 9.1.1

1

minify/lib/css.d.ts

@@ -10,3 +10,2 @@ import type { Options } from './minify';

*/
// tslint:disable-next-line:space-before-function-paren
export default function (data: string, userOptions?: Pick<Options, 'css'>): Promise<string>;

@@ -9,3 +9,2 @@ import type { Options } from './minify';

*/
// tslint:disable-next-line:space-before-function-paren
export default function (data: string, userOptions?: Pick<Options, 'html'>): Promise<string>;

@@ -12,3 +12,2 @@ import type { Options } from './minify';

*/
// tslint:disable-next-line:space-before-function-paren
export default function (name: string, data: string, userOptions?: Pick<Options, 'img'>): Promise<string>;

@@ -10,3 +10,2 @@ import type { Options } from './minify';

*/
// tslint:disable-next-line:space-before-function-paren
export default function (data: string, userOptions?: Pick<Options, 'js'>): Promise<string>;

6

minify/package.json
{
"name": "@types/minify",
"version": "9.1.0",
"version": "9.1.1",
"description": "TypeScript definitions for minify",

@@ -27,5 +27,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minify",

},
"typesPublisherContentHash": "e75e53ce34284253551b7418ed8481ed3558999bbee1fa8dbecbd085b2711c2b",
"typeScriptVersion": "4.0",
"typesPublisherContentHash": "995d6aa4d4dabb7c7d7b7a97bc4b5b7b9ce22af05be212c08d59f7006be694cb",
"typeScriptVersion": "4.3",
"type": "module"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 30 Jun 2022 22:02:24 GMT
* Last updated: Fri, 01 Sep 2023 20:33:24 GMT
* Dependencies: [@types/clean-css](https://npmjs.com/package/@types/clean-css), [@types/html-minifier-terser](https://npmjs.com/package/@types/html-minifier-terser), [@types/terser](https://npmjs.com/package/@types/terser)

@@ -14,0 +14,0 @@ * Global values: none

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