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

@compas/stdlib

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/stdlib - npm Package Compare versions

Comparing version 0.0.126 to 0.0.127

6

package.json
{
"name": "@compas/stdlib",
"version": "0.0.126",
"version": "0.0.127",
"description": "All kinds of utility functions",

@@ -16,3 +16,3 @@ "main": "./index.js",

"dependencies": {
"@compas/insight": "0.0.126",
"@compas/insight": "0.0.127",
"@types/node": "14.14.37",

@@ -43,3 +43,3 @@ "dotenv": "8.2.0",

},
"gitHead": "80a9c008cad24f72ec8d0af3c69c229f371712c1"
"gitHead": "5bc1438cddeb96b50f0395f7de18ba5c1c5b8c91"
}

@@ -8,3 +8,3 @@ import { lstatSync, realpathSync } from "fs";

import dotenv from "dotenv";
import { isProduction, refreshEnvironmentCache } from "./env.js";
import { refreshEnvironmentCache } from "./env.js";
import { AppError } from "./error.js";

@@ -81,3 +81,2 @@ import { isNil } from "./lodash.js";

ctx: { type: name },
pretty: !isProduction(),
});

@@ -84,0 +83,0 @@

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