🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@ctx-core/object

Package Overview
Dependencies
Maintainers
1
Versions
668
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/object - npm Package Compare versions

Comparing version
32.4.31
to
32.4.32
+21
-2
CHANGELOG.md
# @ctx-core/object
## 32.4.32
### Patch Changes
- c8: ^10.1.3 -> ^11.0.0
- check-dts: ^0.8.2 -> ^0.9.0
- tsx: ^4.20.6 -> ^4.21.0
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- Updated dependencies
- ctx-core@7.2.33
## 32.4.31

@@ -2064,3 +2085,2 @@

- Ctx: feat: nesting in an array
- PrimitiveCtx

@@ -2327,3 +2347,2 @@

- BREAKING CHANGE: be\_,be: ctx is a Map: Be<Out extends NonNullable<unknown>> = (ctx:Ctx, opts?:be_opts_T)=>Out
- Ctx,be\_\_return_T

@@ -2330,0 +2349,0 @@

+5
-6
{
"name": "@ctx-core/object",
"version": "32.4.31",
"version": "32.4.32",
"description": "ctx-core object",

@@ -30,8 +30,7 @@ "keywords": [

"dependencies": {
"ctx-core": "^7.2.32"
"ctx-core": "*"
},
"devDependencies": {
"c8": "^10.1.2",
"check-dts": "^0.8.2",
"tsx": "^4.19.0",
"c8": "^11.0.0",
"tsx": "^4.21.0",
"typescript": "next",

@@ -49,3 +48,3 @@ "uvu": "^0.5.6"

"test": "pnpm run /^test:/",
"test:types": "check-dts",
"test:types": "tsc --noEmit",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",

@@ -52,0 +51,0 @@ "disable:test:unit:coverage": "c8 pnpm test:unit"

{
"compileOnSave": true,
"compilerOptions": {
"module": "ESNext",
"module": "NodeNext",
"moduleResolution": "nodenext",

@@ -6,0 +6,0 @@ "target": "ESNext",

Sorry, the diff of this file is not supported yet