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.74.11 to 0.75.0

docs/strings/deburr.md

2

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

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

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

- [chomp][strings.chomp]
- [deburr][strings.deburr]
- [endsWith][strings.endswith]

@@ -174,2 +175,3 @@ - [includes][strings.includes]

[strings.chomp]: ./docs/strings/chomp.md
[strings.deburr]: ./docs/strings/deburr.md
[strings.endswith]: ./docs/strings/endsWith.md

@@ -176,0 +178,0 @@ [strings.includes]: ./docs/strings/includes.md

export { camelCase } from "./camelCase.js";
export { chomp } from "./chomp.js";
export { deburr } from "./deburr.js";
export { endsWith } from "./endsWith.js";

@@ -4,0 +5,0 @@ export { includes } from "./includes.js";

export { camelCase } from './camelCase.js';
export { chomp } from './chomp.js';
export { deburr } from './deburr.js';
export { endsWith } from './endsWith.js';

@@ -4,0 +5,0 @@ export { includes } from './includes.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