New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jill64/async-observer

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/async-observer - npm Package Compare versions

Comparing version

to
1.2.6

1

dist/observable.d.ts

@@ -1,2 +0,1 @@

/// <reference types="svelte" />
import type { Options } from './types/Options.js';

@@ -3,0 +2,0 @@ import type { PromiseStatus } from './types/PromiseStatus.js';

@@ -1,2 +0,1 @@

/// <reference types="svelte" />
import type { Invalidator, StartStopNotifier, Subscriber, Unsubscriber } from 'svelte/store';

@@ -3,0 +2,0 @@ export declare function writable<T>(value: T, start?: StartStopNotifier<T>): {

16

package.json
{
"name": "@jill64/async-observer",
"version": "1.2.5",
"version": "1.2.6",
"type": "module",
"description": "🔭 Make Promise state observable as a string",
"description": "🔭 Make Promise state observable as a string for svelte",
"main": "dist/index.js",

@@ -27,4 +27,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/jill64/async-observer.git",
"image": "https://opengraph.githubassets.com/cb8c77113ea92fa29c7ba8fb17cea745693aeb209f76eba328e42900052be93d/jill64/async-observer"
"url": "git+https://github.com/jill64/async-observer.git",
"image": "https://opengraph.githubassets.com/b4b415d7fe90730c515130ed5b27896701123f9a58f99b63678530d5261d0047/jill64/async-observer"
},

@@ -49,8 +49,8 @@ "publishConfig": {

"devDependencies": {
"@jill64/eslint-config-ts": "1.1.26",
"@jill64/eslint-config-ts": "1.1.56",
"@jill64/prettier-config": "1.0.0",
"typescript": "5.4.5",
"svelte": "4.2.18",
"vitest": "1.6.0"
"typescript": "5.7.2",
"svelte": "4.2.19",
"vitest": "2.1.8"
}
}

@@ -11,3 +11,3 @@ <!----- BEGIN GHOST DOCS HEADER ----->

🔭 Make Promise state observable as a string
🔭 Make Promise state observable as a string for svelte

@@ -14,0 +14,0 @@ <!----- END GHOST DOCS HEADER ----->