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

@types/seamless-immutable

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/seamless-immutable - npm Package Compare versions

Comparing version 7.1.4 to 7.1.5

3

seamless-immutable/index.d.ts

@@ -19,2 +19,3 @@ // Type definitions for Seamless-immutable 7.1

deep?: boolean;
mode?: 'replace' | 'merge';
merger?(a: any, b: any, config: any): any;

@@ -97,3 +98,3 @@ }

type Immutable<T> = {
readonly [P in keyof T]: T[P] extends object ? Immutable<T[P]> : T[P]
readonly [P in keyof T]: T[P] extends object ? Immutable<T[P]> : T[P];
} & BaseImmutable<T>;

@@ -100,0 +101,0 @@

{
"name": "@types/seamless-immutable",
"version": "7.1.4",
"version": "7.1.5",
"description": "TypeScript definitions for Seamless-immutable",

@@ -29,3 +29,3 @@ "license": "MIT",

"main": "",
"types": "",
"types": "index",
"repository": {

@@ -37,4 +37,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "b362c0450ca9909687b24166d9f6d62aa64b6ea6eb338b93e02655fc64e04938",
"typesPublisherContentHash": "64bb97dd00e8e6892bf1b6deb1b9059b9d6769fa473748765b8d17192b67c941",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Fri, 02 Nov 2018 07:09:55 GMT
* Last updated: Thu, 29 Nov 2018 23:46:26 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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