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

space-separated-tokens

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

space-separated-tokens - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

15

package.json
{
"name": "space-separated-tokens",
"version": "1.1.0",
"version": "1.1.1",
"description": "Parse and stringify space-separated tokens",

@@ -28,9 +28,9 @@ "license": "MIT",

"devDependencies": {
"browserify": "^13.0.0",
"browserify": "^14.1.0",
"esmangle": "^1.0.1",
"nyc": "^10.0.0",
"remark-cli": "^2.1.0",
"remark-preset-wooorm": "^1.0.0",
"nyc": "^11.0.0",
"remark-cli": "^3.0.0",
"remark-preset-wooorm": "^3.0.0",
"tape": "^4.4.0",
"xo": "^0.17.1"
"xo": "^0.18.0"
},

@@ -49,2 +49,3 @@ "scripts": {

"space": true,
"esnext": false,
"ignore": [

@@ -61,4 +62,4 @@ "space-separated-tokens.js"

"remarkConfig": {
"presets": "wooorm"
"plugins": ["preset-wooorm"]
}
}

@@ -52,2 +52,11 @@ # space-separated-tokens [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]

## Related
* [`collapse-white-space`](https://github.com/wooorm/collapse-white-space)
— Replace multiple white-space characters with a single space
* [`property-information`](https://github.com/wooorm/property-information)
— Information on HTML properties
* [`comma-separated-tokens`](https://github.com/wooorm/comma-separated-tokens)
— Parse/stringify comma-separated tokens
## License

@@ -54,0 +63,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