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

@rbxts/observer-charm

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbxts/observer-charm - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

out/atom-observer.d.ts
/// <reference types="charm" />
import { Atom, SyncPayload } from "@rbxts/charm";
import { Atom, SyncPatch, SyncPayload } from "@rbxts/charm";
export declare class AtomObserver {

@@ -14,3 +14,3 @@ private state;

private removeAtom;
Connect<S>(atom: Atom<S>, listener: (value: SyncPayload<S>) => void): () => void;
Connect<S>(atom: Atom<S>, listener: (value: SyncPatch<S>) => void): () => void;
Destroy(): void;

@@ -17,0 +17,0 @@ GenerateHydratePayload(atom: Atom<any>): SyncPayload<any>;

{
"name": "@rbxts/observer-charm",
"version": "0.1.5",
"version": "0.1.6",
"description": "",

@@ -42,5 +42,5 @@ "main": "out/init.lua",

"dependencies": {
"@rbxts/charm": "^0.3.2",
"@rbxts/charm": "^0.5.0",
"@rbxts/testez": "^0.4.2-ts.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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