Socket
Socket
Sign inDemoInstall

@trieb.work/server-utils

Package Overview
Dependencies
17
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

.turbo/turbo-build.log

1

index.ts
export * from "./caching/redis";
export * from "../common";

2

package.json
{
"name": "@trieb.work/server-utils",
"description": "Internal trieb.work utils for server apps",
"version": "0.1.3",
"version": "0.1.4",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "license": "NONE",

@@ -18,3 +18,3 @@ {

"outDir": "./dist", /* Redirect output structure to the directory. */
"rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
// "composite": true, /* Enable project compilation */

@@ -48,3 +48,3 @@ // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */

// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
"rootDirs": ["../common", "./"], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */

@@ -51,0 +51,0 @@ // "types": [], /* Type declaration files to be included in compilation. */

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc