string-similarity
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1,6 +0,6 @@ | ||
var _forEach = require('lodash/forEach'); | ||
var _map = require('lodash/map'); | ||
var _every = require('lodash/every'); | ||
var _maxBy = require('lodash/maxBy'); | ||
var _flattenDeep = require('lodash/flattenDeep'); | ||
var _forEach = require('lodash.foreach'); | ||
var _map = require('lodash.map'); | ||
var _every = require('lodash.every'); | ||
var _maxBy = require('lodash.maxby'); | ||
var _flattenDeep = require('lodash.flattendeep'); | ||
@@ -7,0 +7,0 @@ exports.compareTwoStrings = compareTwoStrings; |
{ | ||
"name": "string-similarity", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.", | ||
"main": "compare-strings.js", | ||
"scripts": { | ||
"test": "gulp test" | ||
"test": "jasmine" | ||
}, | ||
@@ -26,12 +26,17 @@ "repository": { | ||
], | ||
"files": [ | ||
"compare-strings.js" | ||
], | ||
"author": "Akash Kurdekar <npm@kurdekar.com> (http://untilfalse.com/)", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"gulp": "^3.9.1", | ||
"gulp-jasmine": "^2.3.0", | ||
"gulp-watch": "^4.3.6" | ||
"jasmine": "^3.2.0" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.13.1" | ||
"lodash.every": "^4.6.0", | ||
"lodash.flattendeep": "^4.4.0", | ||
"lodash.foreach": "^4.5.0", | ||
"lodash.map": "^4.6.0", | ||
"lodash.maxby": "^4.6.0" | ||
} | ||
} |
@@ -92,3 +92,3 @@ string-similarity | ||
##Build Status | ||
![Build status](https://codeship.com/projects/2aa453d0-0959-0134-8a76-4abcb29fe9b4/status?branch=master) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/aceakash/string-similarity/badge.svg)](https://snyk.io/test/github/aceakash/string-similarity) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
7462
5
3
102
+ Addedlodash.every@^4.6.0
+ Addedlodash.flattendeep@^4.4.0
+ Addedlodash.foreach@^4.5.0
+ Addedlodash.map@^4.6.0
+ Addedlodash.maxby@^4.6.0
+ Addedlodash.every@4.6.0(transitive)
+ Addedlodash.flattendeep@4.4.0(transitive)
+ Addedlodash.foreach@4.5.0(transitive)
+ Addedlodash.map@4.6.0(transitive)
+ Addedlodash.maxby@4.6.0(transitive)
- Removedlodash@^4.13.1
- Removedlodash@4.17.21(transitive)