Socket
Socket
Sign inDemoInstall

postcss-reduce-idents

Package Overview
Dependencies
Maintainers
8
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-reduce-idents - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

types/index.d.ts.map

4

package.json
{
"name": "postcss-reduce-idents",
"version": "6.0.2",
"version": "6.0.3",
"description": "Reduce custom identifiers with PostCSS.",

@@ -35,3 +35,3 @@ "main": "src/index.js",

"devDependencies": {
"postcss": "^8.4.32"
"postcss": "^8.4.35"
},

@@ -38,0 +38,0 @@ "peerDependencies": {

@@ -33,1 +33,2 @@ export = pluginCreator;

};
//# sourceMappingURL=index.d.ts.map

@@ -6,1 +6,2 @@ declare function _exports(value: string, encoder: (value: string, num: number) => string, cache: Record<string, {

export = _exports;
//# sourceMappingURL=cache.d.ts.map
declare function _exports(): import('../index.js').Reducer;
export = _exports;
//# sourceMappingURL=counter-style.d.ts.map
declare function _exports(): import('../index.js').Reducer;
export = _exports;
//# sourceMappingURL=counter.d.ts.map
declare function _exports(val: string, num: number): string;
export = _exports;
//# sourceMappingURL=encode.d.ts.map
declare function _exports(): import('../index.js').Reducer;
export = _exports;
//# sourceMappingURL=grid-template.d.ts.map
declare function _exports(node: import('postcss-value-parser').Node): import('postcss-value-parser').Dimension | false;
export = _exports;
//# sourceMappingURL=isNum.d.ts.map
declare function _exports(): import('../index.js').Reducer;
export = _exports;
//# sourceMappingURL=keyframes.d.ts.map
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