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.48 to 3.4.49

4

knockout/index.d.ts

@@ -446,4 +446,4 @@ // Type definitions for Knockout v3.4.0

toJSON(viewModel: any, replacer?: Function, space?: any): string;
toJS<T>(viewModel: KnockoutObservableArray<T>|T[]): T[];
toJS<T>(viewModel: KnockoutObservableType<T>|T): T;
toJS<T>(viewModel: KnockoutObservableArray<T>|KnockoutObservableType<T>[]|KnockoutObservableArray<KnockoutObservableType<T>>|T[]): T[];
toJS<T>(viewModel: KnockoutObservable<T>|KnockoutObservableType<T>|KnockoutObservable<KnockoutObservableType<T>>|T): T;
isObservable<T>(instance: KnockoutObservable<T>|T): instance is KnockoutObservable<T>;

@@ -450,0 +450,0 @@ isWriteableObservable<T>(instance: KnockoutObservable<T>|T): instance is KnockoutObservable<T>;

{
"name": "@types/knockout",
"version": "3.4.48",
"version": "3.4.49",
"description": "TypeScript definitions for Knockout",

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

"dependencies": {},
"typesPublisherContentHash": "456cd968aafa420655a9678fd3e848d3a86efc85ee61ea23bda8d28db8a91de6",
"typesPublisherContentHash": "f39d4391467a462760803ba502965d5cfd9fb7e31d08c079dc794131ead9a3e7",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 17 Jan 2018 22:17:28 GMT
* Last updated: Thu, 18 Jan 2018 23:56:37 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