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.9.0 to 0.10.0

8

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

@@ -23,6 +23,6 @@ "exports": {

"dependencies": {
"@types/node": "20.10.1",
"@types/node": "20.10.8",
"dotenv": "16.3.1",
"lodash.merge": "4.6.2",
"pino": "8.16.2"
"pino": "8.17.2"
},

@@ -43,3 +43,3 @@ "author": {

"type": "git",
"url": "https://github.com/compasjs/compas.git",
"url": "git+https://github.com/compasjs/compas.git",
"directory": "packages/stdlib"

@@ -46,0 +46,0 @@ },

@@ -35,12 +35,3 @@ /**

*/
export function loggerBuildRootInstance(destination: import("pino").DestinationStream): import("pino").Logger<{
formatters: {
level: (label: string) => {
level: string;
};
bindings: () => {};
};
serializers: {};
base: {};
}>;
export function loggerBuildRootInstance(destination: import("pino").DestinationStream): import("pino").Logger<never>;
/**

@@ -47,0 +38,0 @@ * Create a new logger instance. The provided `ctx` will shallowly overwrite the global

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