Socket
Socket
Sign inDemoInstall

@types/inline-style-prefixer

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/inline-style-prefixer - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

12

inline-style-prefixer/index.d.ts

@@ -10,11 +10,11 @@ // Type definitions for inline-style-prefixer 5.0

export type Plugin = <T>(
property: string,
value: number | string | number[] | string[] | T,
style: T,
prefixMap?: Record<string, string[]>
property: string,
value: number | string | number[] | string[] | T,
style: T,
prefixMap?: Record<string, string[]>,
) => number | string | number[] | string[] | T | undefined;
export interface StaticData {
prefixMap: Record<string, string[]>;
plugins: Plugin[];
prefixMap: Record<string, string[]>;
plugins: Plugin[];
}

@@ -21,0 +21,0 @@

{
"name": "@types/inline-style-prefixer",
"version": "5.0.0",
"version": "5.0.1",
"description": "TypeScript definitions for inline-style-prefixer",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inline-style-prefixer",
"license": "MIT",

@@ -24,10 +25,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/inline-style-prefixer"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "17623be0032967bed29acb13bf6d37ade4bcd2f9dd901a825e5a2425f09f4265",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "b9b845962b1b871987fabb0d44209bc145898321f010c95a8ac4c4ef06ecbd9f",
"typeScriptVersion": "4.5"
}

@@ -8,6 +8,35 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inline-style-prefixer
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inline-style-prefixer.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/inline-style-prefixer/index.d.ts)
````ts
// Type definitions for inline-style-prefixer 5.0
// Project: https://github.com/rofrischmann/inline-style-prefixer
// Definitions by: Andrej Hazucha <https://github.com/ahz>
// dpetrezselyova <https://github.com/dpetrezselyova>
// Frank Li <https://github.com/franklixuefei>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
Additional Details
* Last updated: Tue, 09 Oct 2018 17:57:22 GMT
export type Plugin = <T>(
property: string,
value: number | string | number[] | string[] | T,
style: T,
prefixMap?: Record<string, string[]>,
) => number | string | number[] | string[] | T | undefined;
export interface StaticData {
prefixMap: Record<string, string[]>;
plugins: Plugin[];
}
export type Prefix = <T>(style: T) => T;
export function createPrefixer(staticData: StaticData): Prefix;
export const prefix: Prefix;
````
### Additional Details
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT
* Dependencies: none

@@ -17,2 +46,2 @@ * Global values: none

# Credits
These definitions were written by Andrej Hazucha <https://github.com/ahz>, dpetrezselyova <https://github.com/dpetrezselyova>, Frank Li <https://github.com/franklixuefei>.
These definitions were written by [Andrej Hazucha](https://github.com/ahz), [dpetrezselyova](https://github.com/dpetrezselyova), and [Frank Li](https://github.com/franklixuefei).

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