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.7.0 to 0.8.0

4

lib/userConfig.d.ts

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

}
interface ExperimentsConfig {
esbuildDependencies?: boolean;
}
export interface CasterlyConfig {
buildServer?: BuildServerConfig;
buildFolder?: string;
experiments?: ExperimentsConfig;
}

@@ -12,0 +16,0 @@ export declare const defaultConfig: RecursiveRequired<CasterlyConfig>;

@@ -16,2 +16,5 @@ "use strict";

buildFolder: '.dist',
experiments: {
esbuildDependencies: false,
},
};

@@ -18,0 +21,0 @@ const loadUserConfig = (dir) => {

4

package.json
{
"name": "@casterly/utils",
"version": "0.7.0",
"version": "0.8.0",
"description": "Common utilities used throughout Casterly packages",

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

},
"gitHead": "84afd47283b3abb6d4523101c3792bcb1399216c"
"gitHead": "a72f06ecc0585ef70a39c10570ac9e30053cddd3"
}
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