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

@dofiltra/helpers

Package Overview
Dependencies
Maintainers
0
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dofiltra/helpers - npm Package Compare versions

Comparing version 1.0.63 to 1.0.64

2

lib/index.d.ts

@@ -77,3 +77,3 @@ import type { TDodecoratorSettings, TResultError, TTrackMetadata } from '@dofiltra/types';

}): string;
static removeNumberingAndPunctuation: (str: string) => string;
static rmNumberingAndPunctuation: (str: string) => string;
static rmWhileChars({ text, search, replace }: {

@@ -80,0 +80,0 @@ text: string;

@@ -172,3 +172,3 @@ /* tslint:disable:max-classes-per-file */

}
static removeNumberingAndPunctuation = (str) => {
static rmNumberingAndPunctuation = (str) => {
const withoutNumbering = str.replace(/^\d+.\s*/, '');

@@ -175,0 +175,0 @@ const withoutPunctuation = withoutNumbering.replace(/^\d+.\s*([^\d\s\w])/g, '');

{
"name": "@dofiltra/helpers",
"version": "1.0.63",
"version": "1.0.64",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is not supported yet

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