Socket
Socket
Sign inDemoInstall

famulus

Package Overview
Dependencies
1
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "famulus",
"version": "1.0.1",
"version": "1.0.2",
"description": "JavaScript utility library with custom helpers. Add your own.",

@@ -5,0 +5,0 @@ "main": "famulus.js",

@@ -14,3 +14,3 @@ var isString = require('lodash/isString');

* @param {Number} start - The position where to start the extraction. First character is at index 0.
* @param {Number=} length - The number of characters to extract. If omitted, it extracts the rest of the string.
* @param {Number?} length - Optional. The number of characters to extract. If omitted, it extracts the rest of the string.
* @returns {String} Returns extract part of a string.

@@ -17,0 +17,0 @@ * @example

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc