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.12 to 0.3.15

3

lib/regex/match.d.ts

@@ -0,1 +1,2 @@

/// <reference types="ts-toolbelt" />
export declare type IRegexMatch = {

@@ -6,3 +7,3 @@ match: string;

declare function _matchAll(regex: RegExp, input: string): IRegexMatch[];
export declare const matchAll: import("ts-toolbelt/out/types/src/Function/Curry").Curry<typeof _matchAll>;
export declare const matchAll: import("Function/Curry").Curry<typeof _matchAll>;
export {};
{
"name": "@platform/util.string",
"version": "0.3.12",
"version": "0.3.15",
"description": "String helpers.",

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

"devDependencies": {
"@platform/test": "0.0.64",
"@platform/ts": "3.5.6",
"@platform/test": "0.0.65",
"@platform/ts": "3.7.0",
"@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