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.4 to 0.9.0-alpha.11

.eslintrc.js

1

lib/constants.d.ts

@@ -11,2 +11,3 @@ export declare const STATIC_FOLDER = "static";

export declare const STATIC_RUNTIME_HOT: string;
export declare const STATIC_RUNTIME_LOADER: string;
export declare const STATIC_ENTRYPOINTS_ROUTES: string;

@@ -13,0 +14,0 @@ export declare const STATIC_ENTRYPOINTS_ROUTES_ASSETS: string;

3

lib/constants.js

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.WEBPACK_CONFIG_FILE = exports.CONFIG_FILE = exports.BUILD_ID_FILE = exports.ROUTES_MANIFEST_FILE = exports.STATIC_ENTRYPOINTS_ROUTES_ASSETS = exports.STATIC_ENTRYPOINTS_ROUTES = exports.STATIC_RUNTIME_HOT = exports.STATIC_RUNTIME_WEBPACK = exports.STATIC_RUNTIME_MAIN = exports.STATIC_ASSETS_PATH = exports.STATIC_ENTRYPOINTS_PATH = exports.STATIC_MEDIA_PATH = exports.STATIC_CHUNKS_PATH = exports.STATIC_WEBPACK_PATH = exports.STATIC_RUNTIME_PATH = exports.STATIC_FOLDER = void 0;
exports.WEBPACK_CONFIG_FILE = exports.CONFIG_FILE = exports.BUILD_ID_FILE = exports.ROUTES_MANIFEST_FILE = exports.STATIC_ENTRYPOINTS_ROUTES_ASSETS = exports.STATIC_ENTRYPOINTS_ROUTES = exports.STATIC_RUNTIME_LOADER = exports.STATIC_RUNTIME_HOT = exports.STATIC_RUNTIME_WEBPACK = exports.STATIC_RUNTIME_MAIN = exports.STATIC_ASSETS_PATH = exports.STATIC_ENTRYPOINTS_PATH = exports.STATIC_MEDIA_PATH = exports.STATIC_CHUNKS_PATH = exports.STATIC_WEBPACK_PATH = exports.STATIC_RUNTIME_PATH = exports.STATIC_FOLDER = void 0;
const path_1 = __importDefault(require("path"));

@@ -19,2 +19,3 @@ exports.STATIC_FOLDER = 'static';

exports.STATIC_RUNTIME_HOT = path_1.default.join(exports.STATIC_RUNTIME_PATH, 'hot');
exports.STATIC_RUNTIME_LOADER = path_1.default.join(exports.STATIC_RUNTIME_PATH, 'loader');
exports.STATIC_ENTRYPOINTS_ROUTES = path_1.default.join(exports.STATIC_ENTRYPOINTS_PATH, 'routes');

@@ -21,0 +22,0 @@ exports.STATIC_ENTRYPOINTS_ROUTES_ASSETS = path_1.default.join(exports.STATIC_ENTRYPOINTS_PATH, 'routes-assets');

@@ -14,2 +14,3 @@ export declare const appDirectory: string;

export declare const appRoutesJs: string;
export declare const appLoaderRuntime: string;
export declare const appPackageJson: string;

@@ -16,0 +17,0 @@ export declare const appSrc: string;

@@ -23,3 +23,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.appNodePath = exports.appNodeModules = exports.appTsConfig = exports.appSrc = exports.appPackageJson = exports.appRoutesJs = exports.appBrowserEntry = exports.appServerEntry = exports.appPublic = exports.appPublicBuildFolder = exports.appServerBuildFolder = exports.appBuildFolder = exports.appPath = exports.dotenv = exports.resolveModule = exports.typescriptFileExtensions = exports.moduleFileExtensions = exports.appDirectory = void 0;
exports.appNodePath = exports.appNodeModules = exports.appTsConfig = exports.appSrc = exports.appPackageJson = exports.appLoaderRuntime = exports.appRoutesJs = exports.appBrowserEntry = exports.appServerEntry = exports.appPublic = exports.appPublicBuildFolder = exports.appServerBuildFolder = exports.appBuildFolder = exports.appPath = exports.dotenv = exports.resolveModule = exports.typescriptFileExtensions = exports.moduleFileExtensions = exports.appDirectory = void 0;
const fs = __importStar(require("fs"));

@@ -50,2 +50,3 @@ const path = __importStar(require("path"));

exports.appRoutesJs = exports.resolveModule(resolveApp, 'src/routes');
exports.appLoaderRuntime = exports.resolveModule(resolveApp, 'src/loader');
exports.appPackageJson = resolveApp('package.json');

@@ -52,0 +53,0 @@ exports.appSrc = resolveApp('src');

{
"name": "@casterly/utils",
"version": "0.9.0-alpha.4",
"version": "0.9.0-alpha.11",
"description": "Common utilities used throughout Casterly packages",

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

},
"gitHead": "9dc431063c08ec167067f1a67e65a4fef96954e5"
"gitHead": "381cb03f7180821192c33c7391505535cbba77b3"
}

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