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

@codegateinc/g-utils

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codegateinc/g-utils - npm Package Compare versions

Comparing version 0.0.28 to 0.0.31

2

index.d.ts

@@ -21,3 +21,3 @@ import { CondItem, KeyValuePair } from './src/types'

export function isEmpty(subject: any): boolean
export function splitEvery<T = [] | string>(limit: number, collection: T): T[][]
export function splitEvery<T = [] | string>(limit: number, collection: T): Array<T>
}

@@ -6,3 +6,3 @@ {

"typings": "index.d.ts",
"version": "0.0.28",
"version": "0.0.31",
"main": "dist/index.js",

@@ -9,0 +9,0 @@ "description": "This library is a package of useful functions",

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