Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-encoding-utils

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-encoding-utils - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/encoder.js

9

package.json
{
"name": "js-encoding-utils",
"version": "0.2.2",
"version": "0.2.3",
"description": "Miscellaneous Encoding Utilities for Crypto-related Objects in JavaScript",
"main": "dist/jseu.bundle.js",
"main": "dist/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --require @babel/register --recursive $(find test -name '*.spec.js')",
"karma": "./node_modules/.bin/karma start",
"babel": "NODE_ENV=production ./node_modules/.bin/babel src -d dist/ --keep-file-extension",
"build": "./node_modules/.bin/webpack --mode development",
"production": "./node_modules/.bin/webpack --mode production --optimize-minimize"
"build": "NODE_ENV=production ./node_modules/.bin/babel src -d dist/ --keep-file-extension"
},

@@ -39,2 +37,3 @@ "author": "Jun Kurihara",

"babel-plugin-istanbul": "5.1.0",
"babel-preset-minify": "^0.4.3",
"chai": "^4.1.2",

@@ -41,0 +40,0 @@ "eslint": "5.6.0",

@@ -24,4 +24,10 @@ Miscellaneous Encoding Utilities for Crypto-related Objects in JavaScript

$ git clone https://github.com/junkurihara/jseu.git
```
```
Then you should import the package as follows.
```javascript
import jseu from 'js-encoding-utils'; // for npm
import jseu from 'jseu/dist/index.js'; // for git have
```
# Usage

@@ -28,0 +34,0 @@ ## Base64 <-> Binary

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc