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 0.0.5 to 1.0.6

2

package.json
{
"name": "@codelic/component",
"version": "0.0.5",
"version": "1.0.6",
"type": "module",

@@ -5,0 +5,0 @@ "author": "CodeLic",

@@ -11,1 +11,9 @@ ## 環境構築

```
## 用意するファイル
src ディレクトリ内に "任意のファイルネーム.d.ts" を作成し、以下を記述してください。
```html
declare module '@codelic/component'
```

@@ -18,3 +18,9 @@ {

},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.tsx",
"src/**/*.vue",
"../site/src/component.d.ts"
]
}
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