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.106 to 0.0.107

8

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

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

"dependencies": {
"@compas/insight": "0.0.106",
"@types/node": "14.14.16",
"@compas/insight": "0.0.107",
"@types/node": "14.14.19",
"dotenv": "8.2.0",

@@ -43,3 +43,3 @@ "lodash.merge": "4.6.2"

},
"gitHead": "c567f9d3f31a2e19a7cc88f0ea4d19a4e290b597"
"gitHead": "3788c6771ecb63aa83528f821c0572b22b524d3d"
}

@@ -108,3 +108,3 @@ # @compas/stdlib

For contributing see [contributing.md](https://compasjs.com/contributing).
For contributing see [contributing.md](https://compasjs.com/contributing.html).

@@ -111,0 +111,0 @@ ## New features

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

reason: AppError.format(reason),
promise: AppError.format(promise),
promise: promise,
}),

@@ -74,0 +74,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