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

nlf

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlf - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

4

gulpfile.js

@@ -45,3 +45,3 @@ /**

gulp.task('default', ['lint', 'test']);
gulp.task('travis', ['lint', 'test']);
gulp.task('default', gulp.series(['lint', 'test']));
gulp.task('travis', gulp.series(['lint', 'test']));

@@ -0,1 +1,7 @@

2.1.0 (March 10, 2019)
===================
* Handle package.json declaring repository as a string (thanks @bertfroeba)
* Update dependencies
2.0.1 (January 25, 2018)

@@ -2,0 +8,0 @@ ====================

@@ -284,3 +284,4 @@ /**

var repository = (moduleData.repository || {}).url || '(none)';
var repository = (moduleData.repository || {}).url ||
moduleData.repository || '(none)';
var directory = path.dirname(moduleData.__filename);

@@ -287,0 +288,0 @@ var id = moduleData.full;

@@ -6,3 +6,3 @@ {

"author": "Ian Kelly <iandotkelly@gmail.com>",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",

@@ -19,16 +19,16 @@ "bin": {

"archy": "1.0.0",
"commander": "2.13.0",
"compare-versions": "3.1.0",
"commander": "2.19.0",
"compare-versions": "3.4.0",
"glob-all": "3.1.0",
"snyk-resolve-deps": "1.8.1"
"snyk-resolve-deps": "4.0.2"
},
"devDependencies": {
"coveralls": "^3.0.0",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^5.0.0",
"gulp-shell": "^0.6.3",
"jshint": "^2.9.1",
"nyc": "^11.4.1",
"should": "^13.2.1"
"coveralls": "3.0.3",
"gulp": "^4.0.0",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^6.0.0",
"gulp-shell": "^0.7.0",
"jshint": "2.10.1",
"nyc": "13.3.0",
"should": "13.2.3"
},

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

@@ -6,4 +6,4 @@ <!-- @@NLF-IGNORE@@ -->

[![Version](https://img.shields.io/npm/v/nlf.svg)](https://www.npmjs.com/package/nlf) [![Downloads](https://img.shields.io/npm/dm/nlf.svg)](https://www.npmjs.com/package/nlf)
[![Build Status](https://img.shields.io/travis/iandotkelly/nlf.svg)](https://travis-ci.org/iandotkelly/nlf) [![Dependency Status](https://gemnasium.com/iandotkelly/nlf.svg)](https://gemnasium.com/iandotkelly/nlf)
[![Codacy Badge](https://www.codacy.com/project/badge/2c7e00c886b14a3a81e06a5eec19aa1f)](https://www.codacy.com/app/iandotkelly/nlf)
[![Build Status](https://img.shields.io/travis/iandotkelly/nlf.svg)](https://travis-ci.org/iandotkelly/nlf)
[![Known Vulnerabilities](https://snyk.io/test/github/iandotkelly/nlf/badge.svg?targetFile=package.json)](https://snyk.io/test/github/iandotkelly/nlf?targetFile=package.json)
[![Coveralls](https://img.shields.io/coveralls/iandotkelly/nlf.svg)](https://coveralls.io/r/iandotkelly/nlf)

@@ -156,3 +156,3 @@

"text": "the text of the license file",
"name": function() { // function that returns the name of the license if known }
"names": function() { // function that returns the name of the license if known }
}

@@ -166,3 +166,3 @@ ]

"text": "text of the readme"
"name": function() { // function that returns the name of the license if known }
"names": function() { // function that returns the name of the license if known }
}

@@ -188,2 +188,2 @@ ]

```
If you contribute to the project, tests are written in [mocha](http://visionmedia.github.com/mocha/), using [should.js](https://github.com/visionmedia/should.js/) or the node.js assert module.
If you contribute to the project, tests are written in [mocha](http://mochajs.org/), using [should.js](https://github.com/visionmedia/should.js/) or the node.js assert module.

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