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

@akinon/app-client

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akinon/app-client - npm Package Compare versions

Comparing version 0.5.3 to 0.6.0

dist/cjs/app-client-provider.d.ts

31

package.json
{
"name": "@akinon/app-client",
"description": "Akinon AppClient library. This library is used to create a new plugin or an application which will reside in Akinon's applications.",
"version": "0.5.3",
"version": "0.6.0",
"private": false,
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"main": "dist/esm/index.js",
"module": "dist/esm/index.js",
"files": [

@@ -16,17 +16,20 @@ "dist"

"react-dom": "^18.2.0",
"@akinon/app-shared": "^0.5.1"
"@akinon/app-shared": "0.6.0"
},
"devDependencies": {
"clean-package": "2.2.0",
"@akinon/vite-config": "^0.1.1",
"eslint-config-custom": "0.1.0",
"tsconfig": "0.0.0"
"copyfiles": "^2.4.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"@akinon/vite-config": "0.2.0",
"@akinon/eslint-config": "0.1.0",
"@akinon/typescript-config": "0.0.0"
},
"clean-package": "../../clean-package.config.json",
"types": "dist/index.d.ts",
"types": "dist/esm/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"types": "./dist/esm/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},

@@ -36,3 +39,7 @@ "./package.json": "./package.json"

"scripts": {
"build": "vite build",
"build": "pnpm run build:esm && pnpm run build:commonjs && pnpm run copy:files",
"build:esm": "tsc --outDir dist/esm",
"build:commonjs": "tsc --module commonjs --outDir dist/cjs",
"copy:files": "copyfiles -u 1 src/**/*.css dist/esm && copyfiles -u 1 src/**/*.css dist/cjs",
"clean": "rimraf dist/",
"lint": "eslint *.ts*",

@@ -39,0 +46,0 @@ "test": "vitest run",

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