Socket
Socket
Sign inDemoInstall

file-timestamp-stream

Package Overview
Dependencies
15
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

4

CHANGELOG.md
# Changelog
## v2.2.1 2019-06-25
- Minor refactoring.
## v2.2.0 2019-06-17

@@ -4,0 +8,0 @@

3

lib/file-timestamp-stream.js

@@ -137,4 +137,3 @@ "use strict";

}
}, FileTimestampStream.CLOSE_UNUSED_FILE_AFTER);
newCloser.unref();
}, FileTimestampStream.CLOSE_UNUSED_FILE_AFTER).unref();
this.closer = closer;

@@ -141,0 +140,0 @@ this.closers.set(newFilename, newCloser);

{
"name": "file-timestamp-stream",
"version": "2.2.0",
"version": "2.2.1",
"description": "Writing stream with file rotating based on timestamp",

@@ -34,3 +34,3 @@ "main": "lib/file-timestamp-stream.js",

"@types/mocha": "^5.2.7",
"@types/node": "^12.0.8",
"@types/node": "^12.0.10",
"@types/ultra-strftime": "^1.0.0",

@@ -41,5 +41,5 @@ "chai": "^4.2.0",

"dirty-chai": "^2.0.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint": "^6.0.1",
"eslint-config-prettier": "^5.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",

@@ -53,3 +53,3 @@ "eslint-plugin-promise": "^4.1.1",

"ts-node": "^8.3.0",
"tslint": "^5.17.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",

@@ -56,0 +56,0 @@ "typescript": "^3.5.2"

@@ -172,4 +172,3 @@ /// <reference types="node" />

}
}, FileTimestampStream.CLOSE_UNUSED_FILE_AFTER)
newCloser.unref()
}, FileTimestampStream.CLOSE_UNUSED_FILE_AFTER).unref()
this.closer = closer

@@ -176,0 +175,0 @@ this.closers.set(newFilename, newCloser)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc