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

@deinstapel/tldr

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deinstapel/tldr - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

build/cjs/backends/buffered.js

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

}
removeBackend(b) {
this.backends = this.backends.filter(v => v !== b);
}
}
exports.BufferedBackend = BufferedBackend;
//# sourceMappingURL=buffered.js.map

@@ -18,3 +18,6 @@ export class BufferedBackend {

}
removeBackend(b) {
this.backends = this.backends.filter(v => v !== b);
}
}
//# sourceMappingURL=buffered.js.map

@@ -12,2 +12,3 @@ import { ILogBackend, LogVariables } from '../Backend';

addBackend(b: ILogBackend): void;
removeBackend(b: ILogBackend): void;
}

2

package.json
{
"name": "@deinstapel/tldr",
"version": "1.1.0",
"version": "1.1.1",
"description": "TypeScript Logging Library",

@@ -5,0 +5,0 @@ "main": "build/cjs/index.js",

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