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

broccoli-leasot

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-leasot - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

tmp/broccoli_leasot_filter-cache_path-ceryzvAH.tmp/app/warriors/rocky.balboa

7

lib/index.js

@@ -130,3 +130,8 @@ 'use strict';

if (_leasot2['default'].isExtSupported(fileExtension)) {
this._markers.push(_leasot2['default'].parse(fileExtension, content, relativePath, this.kinds));
this._markers.push(_leasot2['default'].parse({
ext: fileExtension,
content: content,
fileName: relativePath,
customTags: this.kinds
}));
} else {

@@ -133,0 +138,0 @@ this._exceptions.push(fileExtension);

34

package.json
{
"name": "broccoli-leasot",
"version": "1.3.0",
"version": "1.4.0",
"author": "Sivakumar Kailasam (http://github.com/sivakumar-kailasam)",

@@ -39,21 +39,21 @@ "description": "A broccoli plugin which wraps around the leasot module to parse and output TODOs and FIXMEs from comments in your files",

"dependencies": {
"broccoli": "^0.16.7",
"broccoli-filter": "^1.2.2",
"chalk": "^1.1.1",
"leasot": "^2.5.0",
"lodash": "^3.10.1"
"broccoli": "0.16.8",
"broccoli-filter": "1.2.2",
"chalk": "1.1.1",
"leasot": "3.0.1",
"lodash": "3.10.1"
},
"devDependencies": {
"babel": "^5.8.23",
"broccoli-fixturify": "^0.1.0",
"chai": "^3.2.0",
"codeclimate-test-reporter": "^0.1.0",
"isparta": "^3.0.4",
"istanbul": "^0.3.19",
"mocha": "^2.3.0",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"strip-ansi": "^3.0.0",
"wr": "^1.3.1"
"babel": "5.8.23",
"broccoli-fixturify": "0.1.0",
"chai": "3.3.0",
"codeclimate-test-reporter": "0.1.1",
"isparta": "3.1.0",
"istanbul": "0.3.22",
"mocha": "2.3.3",
"sinon": "1.17.1",
"sinon-chai": "2.8.0",
"strip-ansi": "3.0.0",
"wr": "1.3.1"
}
}
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