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

extract-comments

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extract-comments - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

2

lib/code.js

@@ -9,3 +9,3 @@ 'use strict';

var start = comment.loc.end.pos;
var lineno = comment.loc.end.line + 1;
var lineno = comment.loc.end.line;
var ctx = {};

@@ -12,0 +12,0 @@

{
"name": "extract-comments",
"description": "Extract code comments from string or from a glob of files.",
"version": "0.8.5",
"version": "0.8.6",
"homepage": "https://github.com/jonschlinkert/extract-comments",

@@ -19,3 +19,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"scripts": {
"test": "mocha"
"test": "gulp"
},

@@ -22,0 +22,0 @@ "dependencies": {

@@ -113,8 +113,2 @@ # extract-comments [![NPM version](https://badge.fury.io/js/extract-comments.svg)](http://badge.fury.io/js/extract-comments)

Install dev dependencies:
```sh
$ npm i -d && npm test
```
### Run tests

@@ -130,3 +124,3 @@

As of November 04, 2015:
As of November 05, 2015:

@@ -154,2 +148,2 @@ ```sh

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 04, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 05, 2015._
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