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

@dhmk/atom

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhmk/atom - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

esm/atom.d.ts

@@ -34,3 +34,3 @@ export declare class _Atom<T> {

export declare const asAtom: <T>(x: () => T) => Atom<T>;
declare const AtomTag = "__$$unique_name$$__";
declare const AtomTag = "__$$dhmk_atom$$__";
export declare type Atom<T> = (() => T) & {

@@ -37,0 +37,0 @@ readonly [AtomTag]: typeof AtomTag;

@@ -363,2 +363,2 @@ // global state

// ---------------- types
var AtomTag = "__$$unique_name$$__";
var AtomTag = "__$$dhmk_atom$$__";

@@ -36,5 +36,5 @@ import { WritableAtom, Atom, NotAtom, AtomOptions } from "./atom";

export declare const keepAlive: <T>(a: Atom<T>) => (() => T) & {
readonly __$$unique_name$$__: "__$$unique_name$$__";
readonly __$$dhmk_atom$$__: "__$$dhmk_atom$$__";
} & {
dispose(): any;
};

@@ -34,3 +34,3 @@ export declare class _Atom<T> {

export declare const asAtom: <T>(x: () => T) => Atom<T>;
declare const AtomTag = "__$$unique_name$$__";
declare const AtomTag = "__$$dhmk_atom$$__";
export declare type Atom<T> = (() => T) & {

@@ -37,0 +37,0 @@ readonly [AtomTag]: typeof AtomTag;

@@ -373,2 +373,2 @@ "use strict";

// ---------------- types
var AtomTag = "__$$unique_name$$__";
var AtomTag = "__$$dhmk_atom$$__";

@@ -36,5 +36,5 @@ import { WritableAtom, Atom, NotAtom, AtomOptions } from "./atom";

export declare const keepAlive: <T>(a: Atom<T>) => (() => T) & {
readonly __$$unique_name$$__: "__$$unique_name$$__";
readonly __$$dhmk_atom$$__: "__$$dhmk_atom$$__";
} & {
dispose(): any;
};
{
"name": "@dhmk/atom",
"version": "1.0.4",
"version": "1.0.5",
"description": "Lightweight mobx-like observable values, computed values and side-effects",

@@ -5,0 +5,0 @@ "keywords": [

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