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.1.7 to 1.3.0

index.d.ts

80

package.json
{
"name": "axii",
"version": "1.1.7",
"version": "1.3.0",
"description": "",

@@ -8,4 +8,21 @@ "author": "sskyy <skyking_H@hotmail.com>",

"type": "module",
"types": "index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"*.d.ts"
],
"main": "./dist/axii.umd.js",
"module": "./dist/axii.es.js",
"exports": {
".": {
"import": "./dist/axii.es.js",
"require": "./dist/axii.umd.js"
}
},
"dependencies": {
"@iusername/js-deep-clone": "^1.3.1",
"@types/react": "^17.0.37",
"csstype": "^3.0.10",
"fast-json-patch": "^3.0.0-1",

@@ -15,64 +32,21 @@ "immer": "^9.0.1"

"devDependencies": {
"@ariesate/are": "0.0.2",
"@jest/types": "^27.2.5",
"@jsdevtools/version-bump-prompt": "^6.1.0",
"@testing-library/jest-dom": "^5.11.10",
"command-line-args": "^5.1.1",
"esbuild": "^0.9.7",
"esbuild-jest": "^0.5.0",
"jest": "^26.4.2",
"jest": "^27.2.5",
"jest-environment-jsdom": "^27.3.0",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"lodash": "^4.17.20",
"pretty-data": "^0.40.0",
"vite": "^2.1.5"
},
"jest": {
"moduleFileExtensions": [
"js",
"jsx"
],
"coverageReporters": [
"text"
],
"moduleDirectories": [
"<rootDir>/src",
"<rootDir>/node_modules"
],
"moduleNameMapper": {
"\\.(css|less)$": "<rootDir>/src/__mocks__/styleMock.js",
"\\.(gif|ttf|eot|svg)$": "<rootDir>/src/__mocks__/fileMock.js",
"@ariesate/are/(.*)": "<rootDir>/../engine/$1"
},
"transform": {
"^.+\\.[t|j]sx?$": [
"esbuild-jest",
{
"jsxFactory": "createElement",
"jsxFragment": "Fragment"
}
]
},
"setupFilesAfterEnv": [
"./jest.setup.js"
]
},
"scripts": {
"build": "vite build",
"publish:patch": "node ./scripts/publish.js --patch",
"publish:minor": "node ./scripts/publish.js --minor",
"build:dev": "vite build --mode=development",
"release": "pnpm run build && bump --commit \"release: axii v%s\" --push && pnpm publish --no-git-checks",
"test": "jest",
"coverage": "jest --coverage"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"main": "./dist/axii.umd.js",
"module": "./dist/axii.es.js",
"exports": {
".": {
"import": "./dist/axii.es.js",
"require": "./dist/axii.umd.js"
}
}
}
}

@@ -1,12 +0,13 @@

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

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