base64-arraybuffer
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "base64-arraybuffer", | ||
"description": "Encode/decode base64 data into ArrayBuffers", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/niklasvh/base64-arraybuffer", | ||
@@ -29,8 +29,12 @@ "author": { | ||
"scripts": { | ||
"test": "grunt test" | ||
"test": "grunt nodeunit" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.3.17" | ||
"grunt": "^0.4.5", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-jshint": "^0.11.2", | ||
"grunt-contrib-nodeunit": "^0.4.1", | ||
"grunt-contrib-watch": "^0.6.1" | ||
}, | ||
"keywords": [] | ||
} |
# base64-arraybuffer | ||
[![Build Status](https://travis-ci.org/niklasvh/base64-arraybuffer.png)](https://travis-ci.org/niklasvh/base64-arraybuffer) | ||
[![NPM Downloads](https://img.shields.io/npm/dm/base64-arraybuffer.svg)](https://www.npmjs.org/package/base64-arraybuffer) | ||
[![NPM Version](https://img.shields.io/npm/v/base64-arraybuffer.svg)](https://www.npmjs.org/package/base64-arraybuffer) | ||
@@ -16,9 +18,4 @@ Encode/decode base64 data into ArrayBuffers | ||
## Release History | ||
- 0.1.2 - Fix old format of typed arrays | ||
- 0.1.0 - Initial version, basic decode/encode base64 to and from ArrayBuffer | ||
## License | ||
Copyright (c) 2012 Niklas von Hertzen | ||
Licensed under the MIT license. |
Sorry, the diff of this file is not supported yet
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
5036
5
6
49
21