Socket
Socket
Sign inDemoInstall

fela

Package Overview
Dependencies
Maintainers
2
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela - npm Package Compare versions

Comparing version 12.0.0-rc.2 to 12.0.0-y.0

12

index.d.ts

@@ -356,7 +356,5 @@ declare module 'fela' {

interface MediaQueryMap {
[key: string]: string
}
type MediaQueryMap<Props> = ((props: Props) => Record<string, string>) | Record<string, string>;
export default function (mediaQueryMap: MediaQueryMap): TPlugin
export default function<Props>(mediaQueryMap: MediaQueryMap<Props>): TPlugin;
}

@@ -455,2 +453,8 @@

declare module 'fela-plugin-expand-shorthand' {
import { TPlugin } from 'fela';
export default function (autoMerge: boolean = false): TPlugin;
}
/**

@@ -457,0 +461,0 @@ * PRESETS

{
"name": "fela",
"version": "12.0.0-rc.2",
"version": "12.0.0-y.0",
"description": "State-Driven Styling in JavaScript",

@@ -52,3 +52,3 @@ "typings": "index.d.ts",

"fast-loops": "^1.0.0",
"fela-utils": "^12.0.0-rc.2",
"fela-utils": "^12.0.0-y.0",
"isobject": "^3.0.1"

@@ -74,3 +74,3 @@ },

},
"gitHead": "0e5e638041a6a62e52128dbac21e9c5f21d80b66"
"gitHead": "26804548dae15e08097785c19be45d072fee217e"
}
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