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.10 to 7.1.11

2

seamless-immutable/index.d.ts

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

forEach(callbackfn: (value: Immutable<T>, index: number, array: Immutable<T[]>) => void, thisArg?: any): void;
map<TTarget>(mapFuction: (item: Immutable<T>) => TTarget): Immutable<TTarget[]>;
map<TTarget>(mapFuction: (item: Immutable<T>, index: number, array: Immutable<T[]>) => TTarget): Immutable<TTarget[]>;
filter(filterFunction: (item: Immutable<T>) => boolean): Immutable<T[]>;

@@ -114,0 +114,0 @@ slice(start?: number, end?: number): Immutable<T[]>;

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

@@ -42,4 +42,4 @@ "license": "MIT",

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

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for Seamless-immutable ( https://github.com/rtfeldman/seamless-immutable ).
This package contains type definitions for Seamless-immutable (https://github.com/rtfeldman/seamless-immutable).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Tue, 07 May 2019 18:14:22 GMT
* Last updated: Mon, 16 Sep 2019 18:08:39 GMT
* Dependencies: none

@@ -18,2 +18,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>, 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>.
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