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

safe-strings

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safe-strings - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "safe-strings",
"version": "1.0.0",
"version": "1.0.1",
"description": "A collection of unicode-safe, pure, string functions inspired by other programming languages.",

@@ -19,5 +19,5 @@ "main": "index.js",

"devDependencies": {
"jsdoc-to-markdown": "^5.0.0",
"mocha": "^6.2.0"
"jsdoc-to-markdown": "^5.0.3",
"mocha": "^6.2.3"
}
}

@@ -10,3 +10,3 @@ # safe-strings

```shell
$ npm i string-util
$ npm i safe-strings
```

@@ -19,3 +19,3 @@

```js
const { center, capwords } = require('string-util');
const { center, capwords } = require('safe-strings');

@@ -29,3 +29,3 @@ center('my string', 20);

```js
const stringUtil = require('string-util');
const stringUtil = require('safe-strings');

@@ -32,0 +32,0 @@ stringUtil.center('my string', 20);

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