Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bscotch/utility

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bscotch/utility - npm Package Compare versions

Comparing version 6.1.0 to 6.1.1

2

dist/lib/objects.d.ts

@@ -93,3 +93,3 @@ import type { Merge } from 'type-fest';

*/
export declare function omit<T, K extends keyof T>(obj: T, select: K[]): Omit<T, K>;
export declare function omit<T extends {}, K extends keyof T>(obj: T, select: K[]): Omit<T, K>;
//# sourceMappingURL=objects.d.ts.map
{
"name": "@bscotch/utility",
"version": "6.1.0",
"version": "6.1.1",
"description": "Bscotch Utilities: Methods for common Node.js needs.",

@@ -37,3 +37,4 @@ "keywords": [

"fs-extra": "^10.1.0",
"type-fest": "^2.13.0"
"type-fest": "^2.16.0",
"typescript": "^4.8.0-beta"
},

@@ -40,0 +41,0 @@ "publishConfig": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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