valid-data-url
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -0,2 +1,7 @@ | ||
<a name="0.1.4"></a> | ||
### 0.1.4 (2017-08-15) | ||
* bump deps | ||
<a name="0.1.3"></a> | ||
@@ -3,0 +8,0 @@ ### 0.1.3 (2016-10-22) |
{ | ||
"name": "valid-data-url", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Detect if a string is a data URL", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "grunt && mocha" | ||
"lint": "grunt", | ||
"test": "mocha", | ||
"coverage": "istanbul cover _mocha", | ||
"coveralls": "npm run coverage && coveralls < coverage/lcov.info" | ||
}, | ||
"pre-commit": [ | ||
"lint", | ||
"test" | ||
], | ||
"repository": { | ||
@@ -33,8 +40,11 @@ "type": "git", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"chai": "^4.1.1", | ||
"coveralls": "^2.13.1", | ||
"grunt": "^1.0.1", | ||
"grunt-contrib-jshint": "^1.0.0", | ||
"grunt-contrib-jshint": "^1.1.0", | ||
"istanbul": "^0.4.5", | ||
"load-grunt-tasks": "^3.5.2", | ||
"mocha": "^3.1.2" | ||
"mocha": "^3.5.0", | ||
"pre-commit": "^1.2.2" | ||
} | ||
} |
# Detect if a string is a data URL | ||
[![Build Status](https://travis-ci.org/killmenot/valid-data-url.svg?branch=master)](https://travis-ci.org/killmenot/valid-data-url) | ||
[![Coverage Status](https://coveralls.io/repos/github/killmenot/valid-data-url/badge.svg?branch=master)](https://coveralls.io/github/killmenot/valid-data-url?branch=master) | ||
[![Dependency Status](https://gemnasium.com/badges/github.com/killmenot/valid-data-url.svg)](https://gemnasium.com/github.com/killmenot/valid-data-url) | ||
@@ -5,0 +6,0 @@ [![npm version](https://badge.fury.io/js/valid-data-url.svg)](https://badge.fury.io/js/valid-data-url) |
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
11323
15
81
8