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

@casterly/utils

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casterly/utils - npm Package Compare versions

Comparing version 0.9.0-alpha.1 to 0.9.0-alpha.2

1

lib/userConfig.d.ts

@@ -9,2 +9,3 @@ declare type RecursiveRequired<T> = T extends (...args: infer A) => infer R ? (...args: A) => R : T extends object ? {

esbuildDependencies?: boolean;
esmExternals?: boolean | 'loose';
}

@@ -11,0 +12,0 @@ export interface CasterlyConfig {

@@ -18,2 +18,3 @@ "use strict";

esbuildDependencies: false,
esmExternals: false,
},

@@ -20,0 +21,0 @@ };

4

package.json
{
"name": "@casterly/utils",
"version": "0.9.0-alpha.1",
"version": "0.9.0-alpha.2",
"description": "Common utilities used throughout Casterly packages",

@@ -37,3 +37,3 @@ "author": "Lucas Cordeiro <ecdb.lucas@gmail.com>",

},
"gitHead": "d771d3e5aec8e25e58a63884ad54f49b47656cae"
"gitHead": "63334563cf2bcb55821e9c959186aa54bd2485d7"
}
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