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

foliage

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foliage - npm Package Compare versions

Comparing version 0.105.0 to 0.106.0

14

dist/index.d.ts

@@ -1,3 +0,2 @@

import { Store } from 'effector';
import { AttributeStore, DOMProperty, DOMTag, PropertyMap, HandlerMap, StylePropertyMap } from 'forest';
import { DOMTag, spec } from 'forest';
export declare function StyledRoot(): void;

@@ -8,12 +7,5 @@ declare type Cb = () => void;

};
export interface Spec {
attr?: PropertyMap;
data?: PropertyMap;
text?: DOMProperty | AttributeStore | Array<DOMProperty | AttributeStore>;
visible?: Store<boolean>;
style?: StylePropertyMap;
styleVar?: PropertyMap;
handler?: HandlerMap;
export declare type Spec = Parameters<typeof spec>[0] & {
fn?: Cb;
}
};
declare type Creator = (content: TemplateStringsArray, ...interpolations: (string | Component | number)[]) => Component;

@@ -20,0 +12,0 @@ declare type TagFabric = (tag: DOMTag) => Creator;

{
"name": "foliage",
"version": "0.105.0",
"version": "0.106.0",
"description": "Styled Components for forest",

@@ -56,3 +56,3 @@ "main": "dist/index.js",

"cz-conventional-changelog": "^3.2.0",
"effector": "^21.7.5",
"effector": "^21.8.3",
"eslint": "^7.11.0",

@@ -68,3 +68,3 @@ "forest": "^0.19.6",

"ts-loader": "^7.0.5",
"typescript": "^4.1.3",
"typescript": "^4.1.5",
"typescript-styled-plugin": "^0.15.0",

@@ -82,5 +82,5 @@ "webpack": "^4.43.0",

"peerDependencies": {
"effector": "^21.7.5",
"effector": "^21.8.3",
"forest": "^0.19.6"
}
}

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