Socket
Socket
Sign inDemoInstall

@wixc3/common

Package Overview
Dependencies
Maintainers
69
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/common - npm Package Compare versions

Comparing version 11.0.0 to 11.1.0

6

dist/cjs/types.d.ts

@@ -10,2 +10,8 @@ /**

/**
* union of all fields of T
* @example
* ValueOf<Record<string, number>> === number
*/
export type ValueOf<T> = T[keyof T];
/**
* Validates s is an instance of Map

@@ -12,0 +18,0 @@ * @returns true if s is a Map

@@ -10,2 +10,8 @@ /**

/**
* union of all fields of T
* @example
* ValueOf<Record<string, number>> === number
*/
export type ValueOf<T> = T[keyof T];
/**
* Validates s is an instance of Map

@@ -12,0 +18,0 @@ * @returns true if s is a Map

2

package.json
{
"name": "@wixc3/common",
"version": "11.0.0",
"version": "11.1.0",
"description": "Common utils, usable in all environments",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

@@ -12,2 +12,9 @@ /**

/**
* union of all fields of T
* @example
* ValueOf<Record<string, number>> === number
*/
export type ValueOf<T> = T[keyof T];
/**
* Validates s is an instance of Map

@@ -14,0 +21,0 @@ * @returns true if s is a Map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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