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

absurdum

Package Overview
Dependencies
Maintainers
1
Versions
177
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

absurdum - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

src/strings/padEnd.js

2

package.json
{
"name": "absurdum",
"version": "0.10.0",
"version": "0.11.0",
"description": "Reducio Ad Absurdum - The Riduculous Application of Reduce",

@@ -5,0 +5,0 @@ "keywords": [

@@ -41,2 +41,3 @@ [![npm](https://img.shields.io/npm/v/absurdum.svg)](https://www.npmjs.com/package/absurdum)

- [endsWith][strings.endswith]
- [padEnd][strings.padEnd]
- [padStart][strings.padStart]

@@ -48,2 +49,3 @@ - [reverse][strings.reverse]

[strings.endswith]: ./docs/strings.md#stringsendswithstring-substr
[strings.padEnd]: ./docs/strings.md#stringspadendstring-length-substr
[strings.padStart]: ./docs/strings.md#stringspadstartstring-length-substr

@@ -50,0 +52,0 @@ [strings.reverse]: ./docs/strings.md#stringsreversestring

export { endsWith } from './endsWith.js';
export { padEnd } from './padEnd.js';
export { padStart } from './padStart.js';
export { reverse } from './reverse.js';
export { startsWith } from './startsWith.js';
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