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

@types/postcss-modules-local-by-default

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/postcss-modules-local-by-default - npm Package Compare versions

Comparing version 1.2.2 to 4.0.0

11

postcss-modules-local-by-default/index.d.ts

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

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