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

extes

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extes - npm Package Compare versions

Comparing version 4.2.1 to 4.3.0

2

dist/extes.d.ts

@@ -118,3 +118,3 @@ declare type BufferView = Uint8ClampedArray | Uint8Array | Int8Array | Uint16Array | Int16Array | Uint32Array | Int32Array | Float32Array | Float64Array | DataView;

toCamelCase(): string;
pull(token_separator?: string, from_begin?: boolean): [string | undefined, string | undefined];
pull(token_separator?: string, from_begin?: boolean): [string, string];
cutin(start: number, deleteCount: number, ...items: any[]): string;

@@ -121,0 +121,0 @@ }

{
"name": "extes",
"version": "4.2.1",
"version": "4.3.0",
"description": "A tiny library that extends native js with some handy tools",

@@ -5,0 +5,0 @@ "main": "./dist/extes.js",

@@ -851,3 +851,3 @@ const writable=true, configurable=true, enumerable=false;

toCamelCase():string;
pull(token_separator?:string, from_begin?:boolean):[string|undefined, string|undefined];
pull(token_separator?:string, from_begin?:boolean):[string, string];
cutin(start:number, deleteCount:number, ...items:any[]):string;

@@ -854,0 +854,0 @@ }

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