Socket
Socket
Sign inDemoInstall

postcss-normalize-repeat-style

Package Overview
Dependencies
Maintainers
7
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-normalize-repeat-style - npm Package Compare versions

Comparing version 5.1.1 to 6.0.0

4

package.json
{
"name": "postcss-normalize-repeat-style",
"version": "5.1.1",
"version": "6.0.0",
"description": "Convert two value syntax for repeat-style into one value.",

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

"engines": {
"node": "^10 || ^12 || >=14.0"
"node": "^14 || ^16 || >=18.0"
},

@@ -30,0 +30,0 @@ "devDependencies": {

@@ -1,15 +0,2 @@

declare const _exports: {
clear(): void;
delete(key: string): boolean;
forEach(callbackfn: (value: string, key: string, map: Map<string, string>) => void, thisArg?: any): void;
get(key: string): string | undefined;
has(key: string): boolean;
set(key: string, value: string): Map<string, string>;
readonly size: number;
entries(): IterableIterator<[string, string]>;
keys(): IterableIterator<string>;
values(): IterableIterator<string>;
[Symbol.iterator](): IterableIterator<[string, string]>;
readonly [Symbol.toStringTag]: string;
};
declare const _exports: Map<string, string>;
export = _exports;
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