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

@startup-booster/move-mobx

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@startup-booster/move-mobx - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

9

move-mobx.d.ts

@@ -8,2 +8,6 @@ import { MoveClient } from '@startup-booster/move';

interface MoveMobxCollection {
get value(): any;
}
interface MoveMobxClient extends MoveClient {

@@ -19,1 +23,6 @@ ref(path: string, options?: { defaultValue?: boolean; previewSet?: boolean }): MoveMobxRef;

): MoveMobxRef;
export function useMoveCollection(
connection: MoveClient,
collection: string,
options?: { defaultValue?: boolean; previewSet?: boolean },
): MoveMobxCollection

4

package.json
{
"name": "@startup-booster/move-mobx",
"version": "0.1.4",
"version": "0.1.5",
"main": "move-mobx.js",
"license": "MIT",
"dependencies": {
"@startup-booster/move": "0.1.4"
"@startup-booster/move": "0.1.5"
},

@@ -9,0 +9,0 @@ "peerDependencies": {

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