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

@servicetitan/ko-bridge

Package Overview
Dependencies
Maintainers
7
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicetitan/ko-bridge - npm Package Compare versions

Comparing version 11.0.0 to 12.0.0

8

package.json
{
"name": "@servicetitan/ko-bridge",
"version": "11.0.0",
"version": "12.0.0",
"description": "",

@@ -22,3 +22,3 @@ "homepage": "https://docs.st.dev/docs/frontend/ko-bridge",

"knockout": "~3.0.0",
"mobx": "~5.15.6",
"mobx": "~6.1.3",
"react": "~17.0.1",

@@ -29,3 +29,3 @@ "react-dom": "~17.0.1"

"knockout": "~3.0.0",
"mobx": "~5.15.6",
"mobx": "~6.1.3",
"react": "~16.14.0 || ~17.0.1",

@@ -40,3 +40,3 @@ "react-dom": "~16.14.0 || ~17.0.1"

},
"gitHead": "4a25058dbdda304e1abcef5160e299d076867b4a"
"gitHead": "554fc99b77358f1b50ea5a6f07b1629d5cb80054"
}

@@ -120,3 +120,3 @@ import { autorun } from 'mobx';

@koObservableToMobx(() => koObservable)
value!: string;
declare value: string;
}

@@ -134,3 +134,3 @@

@koObservableToMobx(() => koObservable)
value!: string;
declare value: string;
}

@@ -149,3 +149,3 @@

@koObservableToMobx(() => koObservable)
value!: string;
declare value: string;
}

@@ -152,0 +152,0 @@ const instance = new Store();

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