📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

simple-token

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-token

Create a string representation of an object or primative

0.1.0
latest
Source
npm
Version published
Weekly downloads
644
28.29%
Maintainers
1
Weekly downloads
 
Created
Source

simple-token

Build Status Coverage Status Code Climate

Create a string representation of an object or primative

var tokenize = require('simple-token');

tokenize(42);
// 42
tokenize('foo');
// '"foo"'
tokenize({ key: 'value' });
// $1
tokenize(function(){});
// $2

Keywords

token

FAQs

Package last updated on 04 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts