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

string-matches

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-matches - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/index.d.ts

@@ -6,4 +6,4 @@ declare function stringMatches(str: string, regex: RegExp, maxMatches?: number): RegExpExecArray[];

declare namespace _default {
export type type = stringMatches;
export type type = typeof stringMatches;
}
export = _default;
{
"name": "string-matches",
"version": "1.1.2",
"version": "1.1.3",
"description": "Retrieves all the matches of a regex in a string.",

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

{
"compilerOptions": {
"compilerOptions": {
"alwaysStrict": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"inlineSourceMap": true,
"lib": ["dom", "scripthost", "es2015", "es2016", "es2017"],
"module": "commonjs",
"moduleResolution": "node",
"newLine": "LF",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": false,
"outDir": "dist",
"pretty": true,
"strictNullChecks": true,
"target": "es5"
},
"lib": ["dom", "scripthost", "es2015", "es2016", "es2017"],
"module": "commonjs",
"moduleResolution": "node",
"newLine": "LF",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": false,
"outDir": "dist",
"pretty": true,
"strictNullChecks": true,
"target": "es5"
},
"include": [

@@ -23,0 +23,0 @@ "src"

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