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.0.4 to 1.0.6

docs/utils-reference/.gitbook/assets/utils-illustration.jpg

3

dist/usePromise.js

@@ -44,4 +44,3 @@ "use strict";

console.error(error);
// @ts-expect-error to update once v1.38 is released
if (api_1.environment.launchType !== "background") {
if (api_1.environment.launchType !== api_1.LaunchType.Background) {
(0, api_1.showToast)({

@@ -48,0 +47,0 @@ style: api_1.Toast.Style.Failure,

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

@@ -17,3 +17,3 @@ "author": "Raycast Technologies Ltd.",

"peerDependencies": {
"@raycast/api": ">=1.37.0"
"@raycast/api": ">=1.38.1"
},

@@ -26,3 +26,5 @@ "keywords": [

"files": [
"dist"
"dist",
"README.md",
"docs/utils-reference/.gitbook/assets/utils-illustration.jpg"
],

@@ -38,3 +40,3 @@ "license": "MIT",

"devDependencies": {
"@raycast/api": "^1.37.0",
"@raycast/api": "^1.38.1",
"@types/content-type": "^1.1.5",

@@ -41,0 +43,0 @@ "@types/media-typer": "^1.1.1",

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