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

@akinon/app-shared

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akinon/app-shared - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

6

package.json
{
"name": "@akinon/app-shared",
"description": "Shared utilities and helper functions for app-shell and app-client packages.",
"version": "0.14.0",
"version": "0.15.0",
"private": false,

@@ -18,3 +18,3 @@ "type": "module",

"typescript": "^5.2.2",
"@akinon/typescript-config": "0.3.0"
"@akinon/typescript-config": "0.4.0"
},

@@ -35,3 +35,3 @@ "clean-package": "../../clean-package.config.json",

"build:commonjs": "tsc --module commonjs --outDir dist/cjs",
"copy:files": "copyfiles -u 1 src/**/*.css dist/esm && copyfiles -u 1 src/**/*.css dist/cjs",
"copy:files": "copyfiles -u 1 \"src/**/*.!(ts|tsx)\" dist/esm && copyfiles -u 1 \"src/**/*.!(ts|tsx)\" dist/cjs",
"clean": "rimraf dist/",

@@ -38,0 +38,0 @@ "typecheck": "tsc --noEmit"

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