New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crlf

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crlf - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

10

package.json
{
"name": "crlf",
"version": "1.0.1",
"version": "1.0.2",
"description": "detect and change newline endings",

@@ -11,4 +11,4 @@ "main": "index.js",

"test": "mocha",
"test-cov": "node --harmony ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "node --harmony ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec"
"test-cov": "node ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec"
},

@@ -19,9 +19,9 @@ "author": "Moshe Kolodny",

"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"istanbul": "^0.3.14",
"mocha": "^2.2.4"
},
"dependencies": {
"glob": "^5.0.5",
"glub": "^1.0.0",
"transform-file": "^1.0.1"
}
}

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