🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@cometjs/core

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cometjs/core - npm Package Compare versions

Comparing version

to
2.0.1

lib/common.d.ts

6

CHANGELOG.md
# @cometjs/core
## 2.0.1
### Patch Changes
- 5f5ac7d: packed missing typescript .d.ts files
## 2.0.0

@@ -4,0 +10,0 @@

4

package.json
{
"name": "@cometjs/core",
"description": "cometjs core utilities",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",

@@ -43,3 +43,3 @@ "homepage": "https://github.com/cometkim/cometjs/tree/main/packages/core",

"test": "vitest run",
"build": "nanobundle build",
"build": "tsc --emitDeclarationOnly && nanobundle build --dts=false",
"prepack": "rm -rf lib && yarn build"

@@ -46,0 +46,0 @@ },