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.11 to 7.1.12

2

seamless-immutable/index.d.ts

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

merge(part: DeepPartial<T>, config?: MergeConfig): Immutable<T>;
merge(part: DeepPartial<T | Immutable<T>>, config?: MergeConfig): Immutable<T>;

@@ -73,0 +73,0 @@ update<K extends keyof T>(property: K, updaterFunction: (value: T[K], ...additionalParameters: any[]) => any, ...additionalArguments: any[]): Immutable<T>;

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

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

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

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

"dependencies": {},
"typesPublisherContentHash": "6457567e5b7e8f6254428d838e6cbe65a872b9264f88819994cb6820344939f5",
"typesPublisherContentHash": "da781da8bc69bbf984f1006167cfb42c965c57d11ae274a291de8525d68e5cf4",
"typeScriptVersion": "2.8"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/seamless-immutable
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/seamless-immutable.
Additional Details
* Last updated: Mon, 16 Sep 2019 18:08:39 GMT
### Additional Details
* Last updated: Mon, 13 Apr 2020 19:11:32 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by alex3165 <https://github.com/alex3165>, Stepan Burguchev <https://github.com/xsburg>, Geir Sagberg <https://github.com/geirsagberg>, Richard Honor <https://github.com/RMHonor>, and Paul Huynh <https://github.com/pheromonez>.
These definitions were written by [alex3165](https://github.com/alex3165), [Stepan Burguchev](https://github.com/xsburg), [Geir Sagberg](https://github.com/geirsagberg), [Richard Honor](https://github.com/RMHonor), and [Paul Huynh](https://github.com/pheromonez).

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