New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.18.0 to 0.19.0

2

dist/cjs/base.js

@@ -7,2 +7,4 @@ "use strict";

const defaultOptions = {
// Default sync endpoint:
endpoint: "https://logs.timber.io/frames",
// Maximum number of logs to sync in a single request to Timber.io

@@ -9,0 +11,0 @@ batchSize: 1000,

@@ -5,2 +5,4 @@ import { LogLevel } from "@timberio/types";

const defaultOptions = {
// Default sync endpoint:
endpoint: "https://logs.timber.io/frames",
// Maximum number of logs to sync in a single request to Timber.io

@@ -7,0 +9,0 @@ batchSize: 1000,

8

package.json
{
"name": "@timberio/core",
"version": "0.18.0",
"version": "0.19.0",
"description": "Timber.io - logging core",

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

"dependencies": {
"@timberio/tools": "^0.18.0",
"@timberio/types": "^0.18.0"
"@timberio/tools": "^0.19.0",
"@timberio/types": "^0.19.0"
},
"gitHead": "1b20d286e942d1fe6f293f206e14e6251aa00738"
"gitHead": "79393a6cdca951cf1b007421673cedd8ebef672b"
}

@@ -12,2 +12,5 @@ import {

const defaultOptions: ITimberOptions = {
// Default sync endpoint:
endpoint: "https://logs.timber.io/frames",
// Maximum number of logs to sync in a single request to Timber.io

@@ -14,0 +17,0 @@ batchSize: 1000,

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