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

@types/cssnano

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/cssnano - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

28

cssnano/package.json
{
"name": "@types/cssnano",
"version": "5.0.0",
"description": "TypeScript definitions for cssnano",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cssnano",
"license": "MIT",
"contributors": [
{
"name": "Armando Meziat",
"url": "https://github.com/odnamrataizem",
"githubUsername": "odnamrataizem"
}
],
"version": "5.1.0",
"typings": null,
"description": "Stub TypeScript definitions entry for cssnano, which provides its own types definitions",
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/cssnano"
},
"scripts": {},
"author": "",
"license": "MIT",
"dependencies": {
"postcss": "^8"
},
"typesPublisherContentHash": "bc5e53ea82322a41bd69439978f8ea69dafe63edcda666e5088c33ae40a520cf",
"typeScriptVersion": "3.8"
"cssnano": "*"
}
}

@@ -1,38 +0,3 @@

# Installation
> `npm install --save @types/cssnano`
This is a stub types definition for @types/cssnano (https://github.com/cssnano/cssnano).
# Summary
This package contains type definitions for cssnano (https://github.com/cssnano/cssnano).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cssnano.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cssnano/index.d.ts)
````ts
// Type definitions for cssnano 5.0
// Project: https://github.com/cssnano/cssnano
// Definitions by: Armando Meziat <https://github.com/odnamrataizem>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { PluginCreator } from 'postcss';
declare namespace cssnano {
interface CssNanoOptions {
configFile?: string | undefined;
preset?: [string, object] | string | undefined;
}
type CssNano = PluginCreator<CssNanoOptions>;
}
declare const cssnano: cssnano.CssNano;
export = cssnano;
````
### Additional Details
* Last updated: Sat, 01 Jan 2022 20:01:25 GMT
* Dependencies: [@types/postcss](https://npmjs.com/package/@types/postcss)
* Global values: none
# Credits
These definitions were written by [Armando Meziat](https://github.com/odnamrataizem).
cssnano provides its own type definitions, so you don't need @types/cssnano installed!
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