New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codelic/component

Package Overview
Dependencies
Maintainers
5
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codelic/component - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

4

package.json
{
"name": "@codelic/component",
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"author": "CodeLic",
"description": "Codelic App Components",
"main": "./dist/assets/index-f6e8cd06.js",
"main": "./dist/index.js",
"exports": {

@@ -9,0 +9,0 @@ ".": {

@@ -9,3 +9,12 @@ import { defineConfig } from 'vite'

},
build: {
rollupOptions: {
output: {
entryFileNames: 'index.js',
chunkFileNames: 'index-[hash].js',
assetFileNames: 'index-[hash][extname]'
}
}
},
plugins: [vue()]
})

Sorry, the diff of this file is not supported yet

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