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

frets-styles-generator

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frets-styles-generator - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

2

build/main/templates/react.js

@@ -312,3 +312,3 @@ var __defProp = Object.defineProperty;

}
export function $onClick(fn: React.MouseEventHandler<T>) {
export function $onClick<T>(fn: React.MouseEventHandler<T>) {
return (child: BaseStyles, ...children: BaseStyleArgs<T>) => {

@@ -315,0 +315,0 @@ const firstChild = children[0]

{
"name": "frets-styles-generator",
"version": "4.0.1",
"version": "4.0.2",
"description": "Tool that generates a Typescript class for hyperscript functions based on a CSS file",

@@ -5,0 +5,0 @@ "main": "build/main/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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