Socket
Socket
Sign inDemoInstall

@stdlib/regexp-extended-length-path

Package Overview
Dependencies
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stdlib/regexp-extended-length-path - npm Package Compare versions

Comparing version 0.0.1-alpha.2 to 0.0.1

Makefile

10

package.json
{
"name": "@stdlib/regexp-extended-length-path",
"version": "0.0.1-alpha.2",
"version": "0.0.1",
"description": "Regular expression to detect an extended-length path.",

@@ -26,3 +26,5 @@ "license": "Apache-2.0",

"scripts": {
"test": "tape $(grep -irl --include=\\*.js \"tape\" ./test)"
"test": "make test",
"test-cov": "make test-cov",
"examples": "make examples"
},

@@ -45,3 +47,5 @@ "homepage": "https://github.com/stdlib-js/stdlib",

"@stdlib/string-from-code-point": "^0.0.x",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby"
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-spec": "5.x.x"
},

@@ -48,0 +52,0 @@ "engines": {

@@ -23,2 +23,4 @@ <!--

[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
> [Regular expression][regexp] to detect an [extended-length path][extended-length-path].

@@ -126,2 +128,14 @@

[npm-image]: http://img.shields.io/npm/v/@stdlib/regexp-extended-length-path.svg
[npm-url]: https://npmjs.org/package/@stdlib/regexp-extended-length-path
[test-image]: https://github.com/stdlib-js/regexp-extended-length-path/actions/workflows/test.yml/badge.svg
[test-url]: https://github.com/stdlib-js/regexp-extended-length-path/actions/workflows/test.yml
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/regexp-extended-length-path/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/regexp-extended-length-path?branch=main
[dependencies-image]: https://img.shields.io/david/stdlib-js/regexp-extended-length-path
[dependencies-url]: https://david-dm.org/stdlib-js/regexp-extended-length-path/main
[stdlib]: https://github.com/stdlib-js/stdlib

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