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

alef

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alef - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

4

es/combineRules.d.ts

@@ -1,4 +0,2 @@

import Renderer from "./Renderer";
import { Rule } from "./types/Rule";
import { StyleObject } from "./types/StyleObject";
export default function combineRules(...rules: Rule[]): (props: object, renderer: Renderer) => StyleObject;
export default function combineRules(...rules: Rule[]): Rule;
import { StyleObject } from "./StyleObject";
import Renderer from "../Renderer";
export declare type Rule<P = object> = ((props: P, renderer?: Renderer) => StyleObject) | StyleObject;
export declare type Rule<P = any> = ((props: P, renderer?: Renderer) => StyleObject) | StyleObject;
{
"name": "alef",
"version": "0.1.7",
"version": "0.1.8",
"description": "Dynamic and high-performance CSS in JavaScript",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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