chai-string
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "chai-string", | ||
"version": "1.4.0", | ||
"keywords": ["chai", "testing", "string", "chai-plugin", "browser"], | ||
"version": "1.5.0", | ||
"keywords": [ | ||
"chai", | ||
"testing", | ||
"string", | ||
"chai-plugin", | ||
"browser" | ||
], | ||
"description": "strings comparison matchers for chai", | ||
@@ -20,8 +26,8 @@ "main": "chai-string.js", | ||
"devDependencies": { | ||
"chai": ">=1.9.1", | ||
"mocha": ">=1.6.0" | ||
"chai": "^4.1.2", | ||
"mocha": "^5.2.0" | ||
}, | ||
"peerDependencies": { | ||
"chai": ">=1.9.1" | ||
"chai": "^4.1.2" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
30768
7