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

eol-converter-cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eol-converter-cli - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

package.json
{
"name": "eol-converter-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "Newline (EOL) coverter CLI for NodeJs (github repo soon) - Currently doing only CRLF -> LF convertion",
"main": "src/index.js",
"bin": {
"eolConverter": "src/index.js"
"eolConverter": "./src/index.js"
},

@@ -9,0 +9,0 @@ "scripts": {

@@ -0,1 +1,4 @@

#!/usr/bin/env node
'use strict';
const eol = require('eol')

@@ -2,0 +5,0 @@ const glob = require("glob")

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