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.3 to 7.1.4

2

seamless-immutable/index.d.ts

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

type BaseImmutable<T> = (T extends any[] ? ImmutableArrayMixin<T> : ImmutableObjectMixin<T>) & T;
type BaseImmutable<T> = T extends any[] ? ImmutableArrayMixin<T> : ImmutableObjectMixin<T>;

@@ -96,0 +96,0 @@ type Immutable<T> = {

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

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

"dependencies": {},
"typesPublisherContentHash": "21ec804d9b6a112bf8e7f8ff41fb2675c698c18c9f4679acdd4fd1388fba14f7",
"typesPublisherContentHash": "b362c0450ca9909687b24166d9f6d62aa64b6ea6eb338b93e02655fc64e04938",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Mon, 15 Oct 2018 17:21:48 GMT
* Last updated: Fri, 02 Nov 2018 07:09:55 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