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

leasot

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leasot - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

3

lib/parsers.js

@@ -7,2 +7,5 @@ 'use strict';

},
'.php': function () {
return require('./parsers/defaultParser');
},
'.jade': function () {

@@ -9,0 +12,0 @@ return require('./parsers/jadeParser');

16

package.json
{
"name": "leasot",
"description": "Parse and output TODOs and FIXMEs from comments in your files",
"version": "1.2.1",
"version": "1.3.0",
"author": "Gilad Peleg <giladp007@gmail.com> (http://giladpeleg.com)",
"bin": "./bin/leasot.js",
"dependencies": {
"chalk": "^0.5.1",
"commander": "^2.6.0",
"chalk": "^1.0.0",
"commander": "^2.8.1",
"get-line-from-pos": "^1.0.0",
"get-stdin": "^4.0.1",
"glob": "^4.3.5",
"glob": "^5.0.5",
"json2xml": "^0.1.1",
"lodash.compact": "^3.0.0",
"lodash.defaults": "^3.0.0",
"log-symbols": "^1.0.1",
"lodash.defaults": "^3.1.1",
"log-symbols": "^1.0.2",
"map-async": "^0.1.1",

@@ -21,4 +21,4 @@ "text-table": "^0.2.0"

"devDependencies": {
"mocha": "*",
"should": "*"
"mocha": "^2.2.4",
"should": "^6.0.1"
},

@@ -25,0 +25,0 @@ "engines": {

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