detect-newline
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -25,3 +25,3 @@ #!/usr/bin/env node | ||
function init(data) { | ||
process.stdout.write(detectNewline(data.toString())); | ||
process.stdout.write(detectNewline(data)); | ||
} | ||
@@ -28,0 +28,0 @@ |
{ | ||
"name": "detect-newline", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Detect the dominant newline character of a string", | ||
@@ -40,3 +40,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"get-stdin": "^2.0.0", | ||
"get-stdin": "^3.0.0", | ||
"minimist": "^1.1.0" | ||
@@ -43,0 +43,0 @@ }, |
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
2565
+ Addedget-stdin@3.0.2(transitive)
- Removedget-stdin@2.0.0(transitive)
Updatedget-stdin@^3.0.0