b64image_reader
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "b64image_reader", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Read all the image file in the Base64 format", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,4 @@ | ||
[![npm version](https://badge.fury.io/js/b64image_reader.svg)](https://badge.fury.io/js/b64image_reader) | ||
[![Build Status](https://travis-ci.org/tadashiy1012/b64image_reader.svg?branch=master)](https://travis-ci.org/tadashiy1012/b64image_reader) | ||
# b64image_reader | ||
@@ -2,0 +5,0 @@ Read all the image file in the Base64 format |
@@ -26,2 +26,9 @@ const assert = require('power-assert'); | ||
}); | ||
it('Pattern of not as expected argument B', () => { | ||
try { | ||
reader(); | ||
} catch (err) { | ||
assert(err !== undefined); | ||
} | ||
}); | ||
}); |
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
56487
9
45
22