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

@threlte/core

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@threlte/core - npm Package Compare versions

Comparing version 6.0.0-next.3 to 6.0.0-next.4

6

dist/CHANGELOG.md
# @threlte/core
## 6.0.0-next.4
### Patch Changes
- 3a9a26c6: Changed return signature of asyncWritable
## 6.0.0-next.3

@@ -4,0 +10,0 @@

4

dist/lib/asyncWritable.d.ts

@@ -5,5 +5,3 @@ import { type Writable } from 'svelte/store';

error: Writable<Error | undefined>;
then: Promise<T>['then'];
catch: Promise<T>['catch'];
};
} & Promise<T>;
/**

@@ -10,0 +8,0 @@ * ### `asyncWritable`

@@ -59,9 +59,3 @@ import { writable } from 'svelte/store';

});
return {
...store,
error,
promise,
then: promise.then.bind(promise),
catch: promise.catch.bind(promise)
};
return Object.assign(Object.assign(promise, store), { error, promise });
};
{
"name": "@threlte/core",
"version": "6.0.0-next.3",
"version": "6.0.0-next.4",
"author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)",

@@ -5,0 +5,0 @@ "license": "MIT",

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