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.5.1 to 1.5.2

5

package.json
{
"name": "axii",
"version": "1.5.1",
"version": "1.5.2",
"description": "",

@@ -50,4 +50,3 @@ "author": "sskyy <skyking_H@hotmail.com>",

"coverage": "jest --coverage"
},
"readme": "# Axii\n\nAxii is a javascript UI framework. The main features are:\n\n- Using function and jsx to create component, not template.\n- Using vue 3 like reactive data as state。Only update related element when data changed, not re-rendering component.\n- It provides extending and overwriting mechanism for component to improve efficiency for both component developer and user.\n\nVisit the main site for more detail:\n\n[http://axii.js.org](http://axii.js.org)\n\nMore documents is working in progress, help will be appreciated.\n"
}
}

1

types/common.d.ts

@@ -180,3 +180,2 @@ import { VNode, AxiiElement, Ref, RefObject } from "./runtime-dom";

export const deferred: any;
export const flattenChildren: any;
export const Scenario: any;

@@ -183,0 +182,0 @@ export const createRange: any;

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