Comparing version 3.0.0 to 3.1.0
# disparity changelog | ||
- Add type definitions for TypeScript support | ||
## v3.0.0 (2019/11/06) | ||
@@ -4,0 +6,0 @@ |
{ | ||
"name": "disparity", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Colorized string diff ideal for text/code that spans through multiple lines", | ||
"main": "disparity.js", | ||
"types": "disparity.d.ts", | ||
"bin": "bin/disparity", | ||
@@ -17,2 +18,3 @@ "scripts": { | ||
"disparity-cli.js", | ||
"disparity.d.ts", | ||
"disparity.js" | ||
@@ -42,4 +44,4 @@ ], | ||
"dependencies": { | ||
"ansi-styles": "^4.1.0", | ||
"diff": "^4.0.1" | ||
"ansi-styles": "^4.2.1", | ||
"diff": "^4.0.2" | ||
}, | ||
@@ -49,3 +51,4 @@ "jshintConfig": { | ||
"eqnull": true | ||
} | ||
}, | ||
"devDependencies": {} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15895
8
313
0
Updatedansi-styles@^4.2.1
Updateddiff@^4.0.2