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

@agnos-ui/base-po

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agnos-ui/base-po - npm Package Compare versions

Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.7

47

package.json

@@ -14,7 +14,44 @@ {

"scripts": {
"build": "npm run build:rollup && npm run build:dts && npm run build:api-extractor",
"build:rollup": "tsc && vite build",
"build:dts": "tsc -p tsconfig.d.json",
"build:api-extractor": "api-extractor run"
"build": "wireit"
},
"wireit": {
"build:src": {
"command": "vite build",
"files": [
"lib/**",
"vite.config.ts"
],
"output": [
"dist/lib/index.js",
"dist/lib/index.mjs"
]
},
"build:dts": {
"command": "tsc -p tsconfig.d.json",
"files": [
"lib/**",
"tsconfig.json",
"tsconfig.d.json"
],
"output": [
"dist/dts/**"
]
},
"build": {
"command": "api-extractor run",
"dependencies": [
"build:src",
"build:dts"
],
"files": [
"api-extractor.json",
"../api-extractor.json",
"tsconfig.json",
"tsconfig.d.json"
],
"output": [
"dist/lib/index.d.ts"
]
}
},
"peerDependencies": {

@@ -33,3 +70,3 @@ "@playwright/test": "*"

},
"version": "0.0.1-alpha.6"
"version": "0.0.1-alpha.7"
}
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