New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.39 to 3.4.40

2

knockout/index.d.ts

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

interface Loader {
getConfig? (componentName: string, callback: (result: ComponentConfig) => void): void;
getConfig? (componentName: string, callback: (result: ComponentConfig | null) => void): void;
loadComponent? (componentName: string, config: ComponentConfig, callback: (result: Definition) => void): void;

@@ -664,0 +664,0 @@ loadTemplate? (componentName: string, templateConfig: any, callback: (result: Node[]) => void): void;

{
"name": "@types/knockout",
"version": "3.4.39",
"version": "3.4.40",
"description": "TypeScript definitions for Knockout",
"license": "MIT",
"author": "Boris Yankov <https://github.com/borisyankov/>, Igor Oleinikov <https://github.com/Igorbek/>, Clément Bourgeois <https://github.com/moonpyk/>, Matt Brooks <https://github.com/EnableSoftware>",
"contributors": [
{
"name": "Boris Yankov",
"url": "https://github.com/borisyankov/"
},
{
"name": "Igor Oleinikov",
"url": "https://github.com/Igorbek/"
},
{
"name": "Clément Bourgeois",
"url": "https://github.com/moonpyk/"
},
{
"name": "Matt Brooks",
"url": "https://github.com/EnableSoftware"
}
],
"main": "",

@@ -15,4 +32,4 @@ "repository": {

"peerDependencies": {},
"typesPublisherContentHash": "96aa5e2a6afa013ba768e3a947f91bb3f558dea03d8cc9a488622f1f8e6f01ae",
"typesPublisherContentHash": "432018c9a243b3b6317e39820da40cf76cdc7cea4efe0da88898bb2b2f1507f9",
"typeScriptVersion": "2.0"
}

@@ -11,5 +11,4 @@ # Installation

Additional Details
* Last updated: Sun, 08 Jan 2017 07:18:05 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Sat, 11 Mar 2017 01:17:04 GMT
* Dependencies: none
* Global values: ko

@@ -16,0 +15,0 @@

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