array-starts-with
Advanced tools
Comparing version 1.1.14 to 1.1.15
{ | ||
"name": "array-starts-with", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "The same as String.prototype.startsWith but comparing array elements instead of string characters", | ||
@@ -46,2 +46,3 @@ "main": "build/index.js", | ||
"mocha": "^8.3.2", | ||
"semantic-release": "19", | ||
"sinon": "^10.0.0", | ||
@@ -48,0 +49,0 @@ "sinon-as-promised": "^4.0.3", |
3158
21