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

@types/knockout

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/knockout - npm Package Compare versions

Comparing version 3.4.56 to 3.4.57

6

knockout/index.d.ts

@@ -109,3 +109,5 @@ // Type definitions for Knockout v3.4.0

<T>(value?: T | null): KnockoutObservable<T>;
<T = any>(): KnockoutObservable<T | undefined>
<T = any>(value: null): KnockoutObservable<T | null>
<T>(value: T): KnockoutObservable<T>;
}

@@ -115,3 +117,3 @@

(): T;
(value: T | null): void;
(value: T): void;

@@ -118,0 +120,0 @@ peek(): T;

{
"name": "@types/knockout",
"version": "3.4.56",
"version": "3.4.57",
"description": "TypeScript definitions for Knockout",

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

"dependencies": {},
"typesPublisherContentHash": "ed491dccf4a7a5cbf758e96f964eda843617844465b2118ab8180f2d0c7ade82",
"typesPublisherContentHash": "dd05c04405b495d38962485a6ab388570829306374e2fa469dce5c94da8af07a",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 22 Jun 2018 00:08:12 GMT
* Last updated: Tue, 26 Jun 2018 01:10:50 GMT
* Dependencies: none

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

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