data-uri-to-buffer
Advanced tools
Comparing version 0.0.4 to 1.0.0
1.0.0 / 2017-06-09 | ||
================== | ||
* Bumping to v1.0.0 for semver semantics | ||
* random updates for newer Node.js versions | ||
* travis: test more node versions and fix v0.8 | ||
0.0.4 / 2015-06-29 | ||
@@ -3,0 +10,0 @@ ================== |
@@ -0,1 +1,2 @@ | ||
'use strict'; | ||
@@ -2,0 +3,0 @@ /** |
{ | ||
"name": "data-uri-to-buffer", | ||
"version": "0.0.4", | ||
"version": "1.0.0", | ||
"description": "Generate a Buffer instance from a Data URI string", | ||
"main": "index.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
@@ -33,4 +30,4 @@ "test": "mocha --reporter spec" | ||
"devDependencies": { | ||
"mocha": "2" | ||
"mocha": "^3.4.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9932
143
0