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

ts-gems

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-gems - npm Package Compare versions

Comparing version 3.11.2 to 3.11.3

2

lib/dto.d.ts

@@ -12,3 +12,3 @@ import { IfNoDeepValue } from './helpers.js';

[K in keyof T as IfNever<
Exclude<NonNullable<T[K]> | Function>,
Exclude<NonNullable<T[K]>, Function>,
never,

@@ -15,0 +15,0 @@ K

{
"name": "ts-gems",
"description": "Valuable typing extensions for TypeScript",
"version": "3.11.2",
"version": "3.11.3",
"license": "MIT",

@@ -28,11 +28,12 @@ "module": "./lib/index.mjs",

"devDependencies": {
"@panates/eslint-config": "^1.0.21",
"@panates/eslint-config-ts": "^1.0.21",
"@panates/tsconfig": "^1.0.21",
"@panates/eslint-config": "^2.0.2",
"@panates/eslint-config-ts": "^2.0.2",
"@panates/tsconfig": "^2.0.2",
"@types/jest": "^29.5.14",
"globals": "^15.14.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"prettier": "^3.4.0",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},

@@ -39,0 +40,0 @@ "files": [

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