New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

axii

Package Overview
Dependencies
Maintainers
6
Versions
291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axii - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

2

package.json
{
"name": "axii",
"version": "1.3.4",
"version": "1.3.5",
"description": "",

@@ -5,0 +5,0 @@ "author": "sskyy <skyking_H@hotmail.com>",

@@ -36,3 +36,3 @@ import { Atom } from "./common";

export interface FunctionComponent<P = {}> {
export interface FunctionComponent<P = {}> extends FeatureBase<P> {
(props: Atom.Props<P>): JSX.Element;

@@ -119,4 +119,6 @@ /**

}
export interface Feature<P = {}, S = {}> {
export interface Feature<P = {}, S = {}> extends FeatureBase<P> {
(fragments: Feature.Fragments<Atom.Props<P>, S>): void;
}
interface FeatureBase<P> {
/**

@@ -123,0 +125,0 @@ * 属性声明

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

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