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

@raycast/utils

Package Overview
Dependencies
Maintainers
8
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raycast/utils - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

dist/suspense/useAsyncValue.d.ts

6

dist/useCachedState.js

@@ -7,3 +7,5 @@ "use strict";

const useLatest_1 = require("./useLatest");
function replacer(_key, value) {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
function replacer(key, _value) {
const value = this[key];
if (value instanceof Date) {

@@ -15,3 +17,3 @@ return `__raycast_cached_date__${value.toString()}`;

}
return value;
return _value;
}

@@ -18,0 +20,0 @@ function reviver(_key, value) {

{
"name": "@raycast/utils",
"version": "1.4.8",
"version": "1.4.9",
"description": "Set of utilities to streamline building Raycast extensions",

@@ -5,0 +5,0 @@ "author": "Raycast Technologies Ltd.",

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