Socket
Socket
Sign inDemoInstall

@platform/util.string

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.string - npm Package Compare versions

Comparing version 0.3.7 to 0.3.10

3

lib/regex/match.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var ramda_1 = require("ramda");

@@ -16,3 +17,3 @@ function _matchAll(regex, input) {

if (res && match) {
list = list.concat([{ match: match, index: res.index + start }]);
list = tslib_1.__spreadArrays(list, [{ match: match, index: res.index + start }]);
var substringAt = res.index + match.length;

@@ -19,0 +20,0 @@ text = text.substring(substringAt);

{
"name": "@platform/util.string",
"version": "0.3.7",
"version": "0.3.10",
"description": "String helpers.",

@@ -21,4 +21,4 @@ "main": "lib/index",

"devDependencies": {
"@platform/test": "0.0.61",
"@platform/ts": "3.5.1",
"@platform/test": "0.0.63",
"@platform/ts": "3.5.4",
"@types/escape-string-regexp": "2.0.1"

@@ -25,0 +25,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