simple-base64
Advanced tools
+21
| MIT License | ||
| Copyright (c) 2019 Evan Moon | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
+4
-4
| { | ||
| "name": "simple-base64", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "simple base64 encode/decode for nodeJS", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
| "type": "git", | ||
| "url": "git+https://github.com/evan-moon/nodejs-simple-base64.git" | ||
| "url": "git+https://github.com/evan-moon/simple-base64.git" | ||
| }, | ||
@@ -24,5 +24,5 @@ "keywords": [ | ||
| "bugs": { | ||
| "url": "https://github.com/evan-moon/nodejs-simple-base64/issues" | ||
| "url": "https://github.com/evan-moon/simple-base64/issues" | ||
| }, | ||
| "homepage": "https://github.com/evan-moon/nodejs-simple-base64#readme", | ||
| "homepage": "https://github.com/evan-moon/simple-base64#readme", | ||
| "dependencies": { | ||
@@ -29,0 +29,0 @@ "nodejs-utf8": "^1.0.0" |
+6
-6
@@ -1,10 +0,10 @@ | ||
| [npm-image]: https://img.shields.io/npm/v/nodejs-simple-base64.svg | ||
| [npm-url]: https://www.npmjs.com/package/nodejs-simple-base64 | ||
| [npm-image]: https://img.shields.io/npm/v/simple-base64.svg | ||
| [npm-url]: https://www.npmjs.com/package/simple-base64 | ||
| # nodejs-simple-base64 [![npm][npm-image]][npm-url] | ||
| Simple base64 encode/decode for nodeJS | ||
| # simple-base64 [![npm][npm-image]][npm-url] | ||
| Simple base64 encode/decode for JavaScript | ||
| ## Installation | ||
| ```shell | ||
| npm install nodejs-simple-base64 | ||
| npm install simple-base64 | ||
| ``` | ||
@@ -14,3 +14,3 @@ | ||
| ```javascript | ||
| const base64 = require('nodejs-simple-base64'); | ||
| const base64 = require('simple-base64'); | ||
@@ -17,0 +17,0 @@ const encodedKorean = base64.encode('안녕하세요'); // -> 7JWI64WV7ZWY7IS47JqU |
4667
27.76%5
25%