New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/autoprefixer

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/autoprefixer - npm Package Compare versions

Comparing version 6.7.3 to 9.1.0

15

autoprefixer/index.d.ts

@@ -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

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