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.71.2 to 0.72.0

docs/strings/pascalCase.md

2

package.json
{
"name": "absurdum",
"version": "0.71.2",
"version": "0.72.0",
"description": "Reductio Ad Absurdum - The Ridiculous Application of Reduce",

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

@@ -183,2 +183,3 @@ [![GitHub Releases](https://img.shields.io/github/release/vanillaes/absurdum.svg)](https://github.com/vanillaes/absurdum/releases)

- [padStart][strings.padStart]
- [pascalCase][strings.pascalCase]
- [repeat][strings.repeat]

@@ -196,2 +197,3 @@ - [reverse][strings.reverse]

[strings.padStart]: ./docs/strings/padStart.md
[strings.pascalCase]: ./docs/strings/pascalCase.md
[strings.repeat]: ./docs/strings/repeat.md

@@ -198,0 +200,0 @@ [strings.reverse]: ./docs/strings/reverse.md

@@ -9,4 +9,5 @@ export { camelCase } from "./camelCase.js";

export { padStart } from "./padStart.js";
export { pascalCase } from "./pascalCase.js";
export { repeat } from "./repeat.js";
export { reverse } from "./reverse.js";
export { startsWith } from "./startsWith.js";

@@ -9,4 +9,5 @@ export { camelCase } from './camelCase.js';

export { padStart } from './padStart.js';
export { pascalCase } from './pascalCase.js';
export { repeat } from './repeat.js';
export { reverse } from './reverse.js';
export { startsWith } from './startsWith.js';

Sorry, the diff of this file is not supported yet

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