@types/postcss-modules-local-by-default
Advanced tools
Comparing version 1.2.2 to 4.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for postcss-modules-local-by-default 1.2 | ||
// Type definitions for postcss-modules-local-by-default 4.0 | ||
// Project: https://github.com/css-modules/postcss-modules-local-by-default | ||
@@ -7,3 +7,3 @@ // Definitions by: Jeow Li Huan <https://github.com/huan086> | ||
import { Plugin } from "postcss"; | ||
import { PluginCreator } from "postcss"; | ||
@@ -15,7 +15,6 @@ declare namespace localByDefault { | ||
} | ||
type LocalByDefault = Plugin<Options>; | ||
} | ||
declare const localByDefault: localByDefault.LocalByDefault; | ||
export = localByDefault; | ||
declare const creator: PluginCreator<localByDefault.Options>; | ||
export = creator; |
{ | ||
"name": "@types/postcss-modules-local-by-default", | ||
"version": "1.2.2", | ||
"version": "4.0.0", | ||
"description": "TypeScript definitions for postcss-modules-local-by-default", | ||
@@ -23,6 +23,6 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-modules-local-by-default", | ||
"dependencies": { | ||
"postcss": "7.x.x" | ||
"postcss": "^8.0.0" | ||
}, | ||
"typesPublisherContentHash": "4607d831db1724d417cbcf3276488cc3de5a77f301264ba2c69be427f718d510", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "2f3c46d634343b4673671b2c4504f32c1350cdbf708133e655727609515c79f4", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
````ts | ||
// Type definitions for postcss-modules-local-by-default 1.2 | ||
// Type definitions for postcss-modules-local-by-default 4.0 | ||
// Project: https://github.com/css-modules/postcss-modules-local-by-default | ||
@@ -18,3 +18,3 @@ // Definitions by: Jeow Li Huan <https://github.com/huan086> | ||
import { Plugin } from "postcss"; | ||
import { PluginCreator } from "postcss"; | ||
@@ -26,13 +26,12 @@ declare namespace localByDefault { | ||
} | ||
type LocalByDefault = Plugin<Options>; | ||
} | ||
declare const localByDefault: localByDefault.LocalByDefault; | ||
export = localByDefault; | ||
declare const creator: PluginCreator<localByDefault.Options>; | ||
export = creator; | ||
```` | ||
### Additional Details | ||
* Last updated: Fri, 09 Jul 2021 02:32:40 GMT | ||
* Last updated: Thu, 18 Nov 2021 19:01:41 GMT | ||
* Dependencies: [@types/postcss](https://npmjs.com/package/@types/postcss) | ||
@@ -39,0 +38,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4085
14
39
+ Addednanoid@3.3.8(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedpostcss@8.4.49(transitive)
+ Addedsource-map-js@1.2.1(transitive)
- Removedpicocolors@0.2.1(transitive)
- Removedpostcss@7.0.39(transitive)
- Removedsource-map@0.6.1(transitive)
Updatedpostcss@^8.0.0