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

@fower/types

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fower/types - npm Package Compare versions

Comparing version 1.25.0 to 1.26.0

19

index.d.ts
import * as CSS from 'csstype'
import { Atom } from '@fower/atom'
import { Atom, Meta } from '@fower/atom'

@@ -12,2 +12,4 @@ // tslint:disable-next-line:export-just-namespace

propList: PropItem[]
props: any

@@ -190,2 +192,10 @@

interface PropItem {
propKey: string
propValue: any
key: string
value: any
meta: Meta
}
interface Props {

@@ -207,2 +217,9 @@ style?: any

/**
* handle props before parse
* @param propItem
* @param parser
*/
beforeParseProps?(propItem: PropItem, parser: ParserInterface): any
/**
* before handle atom

@@ -209,0 +226,0 @@ * to modify some atom attr before handle

6

package.json
{
"name": "@fower/types",
"version": "1.25.0",
"version": "1.26.0",
"license": "MIT",

@@ -12,6 +12,6 @@ "main": "",

"dependencies": {
"@fower/atom": "^1.25.0",
"@fower/atom": "^1.26.0",
"csstype": "^3.0.8"
},
"gitHead": "3724af811d57167fc650039ee49b85f26b2b1b6f"
"gitHead": "ab78646846162af83605883eef9fbd725dfbe4f8"
}
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