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.2 to 0.3.5

3

lib/regex/match.d.ts

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

/// <reference types="ramda" />
export declare type IRegexMatch = {

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

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

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

"devDependencies": {
"@platform/test": "0.0.60",
"@platform/ts": "3.4.35",
"@platform/test": "0.0.61",
"@platform/ts": "3.4.38",
"@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