Socket
Socket
Sign inDemoInstall

oberknecht-utils

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oberknecht-utils - npm Package Compare versions

Comparing version 1.7.5 to 1.7.6

1

lib-js/variables/regex.d.ts

@@ -6,2 +6,3 @@ export declare class regex {

static urlreg: () => RegExp;
static urlreg_: () => RegExp;
static extraSpaceRegex: () => RegExp;

@@ -8,0 +9,0 @@ static twitch: {

@@ -18,2 +18,5 @@ "use strict";

};
static urlreg_ = () => {
return /(https?:\/\/)*(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)/g;
};
static extraSpaceRegex = () => {

@@ -20,0 +23,0 @@ return /(^\s|\s$|\s{2,})/g;

@@ -15,2 +15,5 @@ export class regex {

};
static urlreg_ = () => {
return /(https?:\/\/)*(?:www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_\+.~#?&\/=]*)/g;
};
static extraSpaceRegex = () => {

@@ -17,0 +20,0 @@ return /(^\s|\s$|\s{2,})/g;

2

package.json
{
"name": "oberknecht-utils",
"version": "1.7.5",
"version": "1.7.6",
"description": "Utils for oberknecht packages",

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

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