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

@timberio/core

Package Overview
Dependencies
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@timberio/core - npm Package Compare versions

Comparing version 0.14.1 to 0.15.0

2

dist/cjs/base.d.ts

@@ -20,3 +20,3 @@ import { ITimberLog, Middleware, ITimberOptions, Sync } from "@timberio/types";

*/
constructor(apiKey: string, options?: ITimberOptions);
constructor(apiKey: string, options?: Partial<ITimberOptions>);
/**

@@ -23,0 +23,0 @@ * Number of entries logged

@@ -20,3 +20,3 @@ import { ITimberLog, Middleware, ITimberOptions, Sync } from "@timberio/types";

*/
constructor(apiKey: string, options?: ITimberOptions);
constructor(apiKey: string, options?: Partial<ITimberOptions>);
/**

@@ -23,0 +23,0 @@ * Number of entries logged

{
"name": "@timberio/core",
"version": "0.14.1",
"version": "0.15.0",
"description": "Timber.io - logging core",

@@ -40,6 +40,6 @@ "keywords": [

"dependencies": {
"@timberio/tools": "^0.14.1",
"@timberio/types": "^0.14.1"
"@timberio/tools": "^0.15.0",
"@timberio/types": "^0.15.0"
},
"gitHead": "a358ed0c3567f31d00dc96258b73bc9062d59c17"
"gitHead": "b7cd2447a5d4829e632b656d156a1e98716dd5a0"
}

@@ -51,3 +51,3 @@ import { ITimberLog, Middleware, ITimberOptions, Sync } from "@timberio/types";

*/
public constructor(apiKey: string, options?: ITimberOptions) {
public constructor(apiKey: string, options?: Partial<ITimberOptions>) {
// Store the API key, to use for syncing with Timber.io

@@ -54,0 +54,0 @@ this._apiKey = apiKey;

Sorry, the diff of this file is not supported yet

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