@types/autoprefixer
Advanced tools
Comparing version 6.7.3 to 9.1.0
@@ -1,7 +0,7 @@ | ||
// Type definitions for autoprefixer 6.7 | ||
// Type definitions for autoprefixer 9.1 | ||
// Project: https://github.com/postcss/autoprefixer | ||
// Definitions by: Armando Meziat <https://github.com/odnamrataizem> | ||
// Definitions by: Armando Meziat <https://github.com/odnamrataizem>, murt <https://github.com/murt> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import { Plugin, Transformer as PostcssTransformer } from 'postcss'; | ||
import { Plugin } from "postcss"; | ||
@@ -19,11 +19,6 @@ declare namespace autoprefixer { | ||
stats?: any; | ||
ignoreUnknownVersions?: boolean; | ||
} | ||
interface Transformer extends PostcssTransformer { | ||
info(): string; | ||
} | ||
interface Autoprefixer extends Plugin<Options> { | ||
(opts?: Options): Transformer; | ||
} | ||
type Autoprefixer = Plugin<Options>; | ||
} | ||
@@ -30,0 +25,0 @@ |
{ | ||
"name": "@types/autoprefixer", | ||
"version": "6.7.3", | ||
"version": "9.1.0", | ||
"description": "TypeScript definitions for autoprefixer", | ||
@@ -8,5 +8,10 @@ "license": "MIT", | ||
{ | ||
"name": "Armando Meziat", | ||
"name": " Armando Meziat", | ||
"url": "https://github.com/odnamrataizem", | ||
"githubUsername": "odnamrataizem" | ||
}, | ||
{ | ||
"name": "murt", | ||
"url": "https://github.com/murt", | ||
"githubUsername": "murt" | ||
} | ||
@@ -17,10 +22,10 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"postcss": "^5.2.15" | ||
"postcss": "7.x.x" | ||
}, | ||
"typesPublisherContentHash": "0a624a20dd647dd79bdd551809cc8476b6e9e4b6527428a767a8a48112d8cd49", | ||
"typesPublisherContentHash": "567928c90b14a12eb7f2186b68d40fff740af9f71a4c672a9a5c96faf0acc71c", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/autoprefixer | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/autoprefixer | ||
Additional Details | ||
* Last updated: Thu, 31 Aug 2017 21:47:30 GMT | ||
* Last updated: Wed, 10 Oct 2018 04:53:23 GMT | ||
* Dependencies: postcss | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Armando Meziat <https://github.com/odnamrataizem>. | ||
These definitions were written by Armando Meziat <https://github.com/odnamrataizem>, murt <https://github.com/murt>. |
Sorry, the diff of this file is not supported yet
3314
22
+ Addedpicocolors@0.2.1(transitive)
+ Addedpostcss@7.0.39(transitive)
+ Addedsource-map@0.6.1(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-flag@1.0.0(transitive)
- Removedjs-base64@2.6.4(transitive)
- Removedpostcss@5.2.18(transitive)
- Removedsource-map@0.5.7(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.03.2.3(transitive)
Updatedpostcss@7.x.x