Socket
Socket
Sign inDemoInstall

comma-separated-tokens

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comma-separated-tokens - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

history.md

@@ -5,3 +5,8 @@ <!--remark setext-->

1.0.1 / 2016-02-24
==================
* Fix mutability of input ([`e9eddfd`](https://github.com/wooorm/comma-separated-tokens/commit/e9eddfd))
1.0.0 / 2016-02-22
==================

2

index.js

@@ -85,3 +85,3 @@ /**

if (values[values.length - 1] === EMPTY) {
values.push(EMPTY);
values = values.concat(EMPTY);
}

@@ -88,0 +88,0 @@

{
"name": "comma-separated-tokens",
"version": "1.0.0",
"version": "1.0.1",
"description": "Parse and stringify comma-separated tokens",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -69,6 +69,6 @@ # comma-separated-tokens [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]

* 'padLeft' (`boolean`, default: `true`)
* `padLeft` (`boolean`, default: `true`)
— Whether to pad a space before a token;
* 'padRight' (`boolean`, default: `false`)
* `padRight` (`boolean`, default: `false`)
— Whether to pad a space after a token.

@@ -75,0 +75,0 @@

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