Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "readline", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Simple streaming readline module.", | ||
@@ -5,0 +5,0 @@ "main": "readline.js", |
@@ -6,3 +6,3 @@ var fs = require('fs'), | ||
var readLine = module.exports = function(file, opts) { | ||
if (!(this instanceof readLine)) return new readLine(file); | ||
if (!(this instanceof readLine)) return new readLine(file, opts); | ||
@@ -9,0 +9,0 @@ EventEmitter.call(this); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1992598
18