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

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.1 to 12.0.2

23

index.d.ts

@@ -100,3 +100,4 @@ declare module 'fela' {

type CSSCustom = { [prop: string]: CSSCustomPrimitive | IStyle }
type CSSCustomPrimitive = IStylePrimitiveExtension[keyof IStylePrimitiveExtension]
type CSSCustomPrimitive =
IStylePrimitiveExtension[keyof IStylePrimitiveExtension]

@@ -139,5 +140,3 @@ type CSSProperties = CSS.Properties<number | string>

function renderToMarkup(renderer: IRenderer): string
function renderToSheetList(
renderer: IRenderer
): {
function renderToSheetList(renderer: IRenderer): {
css: string

@@ -222,5 +221,3 @@ type: TRenderType

type Identifier = (
name?: string
) => TRule & {
type Identifier = (name?: string) => TRule & {
className: string

@@ -359,5 +356,7 @@ toString(): string

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

@@ -457,5 +456,5 @@

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

@@ -462,0 +461,0 @@

{
"name": "fela",
"version": "12.0.1",
"version": "12.0.2",
"description": "State-Driven Styling in JavaScript",

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

"fast-loops": "^1.0.0",
"fela-utils": "^12.0.1",
"fela-utils": "^12.0.2",
"isobject": "^3.0.1"

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

},
"gitHead": "7561cfb0e00cf326c4373d36eb0bc3418f5031da"
"gitHead": "fde211052bb266f62eafd5b0bd5d66ddca8dc972"
}
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