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.102.1 to 0.103.1

13

dist/index.d.ts

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

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

@@ -11,3 +11,2 @@ declare type Cb = () => void;

data?: PropertyMap;
transform?: Partial<TransformMap>;
text?: DOMProperty | AttributeStore | Array<DOMProperty | AttributeStore>;

@@ -17,9 +16,3 @@ visible?: Store<boolean>;

styleVar?: PropertyMap;
focus?: {
focus?: Event<unknown>;
blur?: Event<unknown>;
};
handler?: Partial<{
[K in keyof HTMLElementEventMap]: Event<HTMLElementEventMap[K]>;
}>;
handler?: HandlerMap;
fn?: Cb;

@@ -26,0 +19,0 @@ }

{
"name": "foliage",
"version": "0.102.1",
"version": "0.103.1",
"description": "Styled Components for forest",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://foliage.dev",
"sideEffects": false,

@@ -41,3 +42,2 @@ "scripts": {

"devDependencies": {
"@atomix/eslint-config": "^8.0.0",
"@babel/core": "^7.10.2",

@@ -48,18 +48,14 @@ "@babel/preset-env": "^7.10.2",

"@commitlint/config-conventional": "^8.3.4",
"@eslint-kit/eslint-config-base": "^2.1.2",
"@eslint-kit/eslint-config-node": "^2.0.0",
"@eslint-kit/eslint-config-prettier": "^2.0.0",
"@eslint-kit/eslint-config-typescript": "^3.1.2",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"babel-eslint": "^10.1.0",
"@typescript-eslint/parser": "^4.4.1",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"effector": "^20.15.6",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.10.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-unicorn": "^19.0.1",
"forest": "^0.16.1",
"effector": "^21.5.0",
"eslint": "^7.11.0",
"forest": "^0.19.2",
"husky": "^4.2.5",

@@ -80,3 +76,3 @@ "jest": "^26.0.1",

"config": "sharec-sova-config",
"version": "0.1.0"
"version": "0.1.1"
},

@@ -87,5 +83,5 @@ "dependencies": {

"peerDependencies": {
"effector": "^20.15.6",
"forest": "^0.16.0"
"effector": "^21.5.0",
"forest": "^0.19.2"
}
}

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

# foliage
# foliage 🍃

@@ -3,0 +3,0 @@ [NPM](https://npmjs.org/package/foliage)

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