Socket
Socket
Sign inDemoInstall

regex-not

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

4

package.json
{
"name": "regex-not",
"description": "Create a regex to match every except for the given string.",
"version": "0.1.0",
"description": "Create a javascript regular expression for matching everything except for the given string.",
"version": "0.1.1",
"homepage": "https://github.com/jonschlinkert/regex-not",

@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

# regex-not [![NPM version](https://img.shields.io/npm/v/regex-not.svg?style=flat)](https://www.npmjs.com/package/regex-not) [![NPM downloads](https://img.shields.io/npm/dm/regex-not.svg?style=flat)](https://npmjs.org/package/regex-not) [![Build Status](https://img.shields.io/travis/jonschlinkert/regex-not.svg?style=flat)](https://travis-ci.org/jonschlinkert/regex-not)
> Create a regex to match every except for the given string.
> Create a javascript regular expression for matching everything except for the given string.

@@ -35,3 +35,3 @@ ## Install

By default, the returned regex is for strictly (not) matching the exact given pattern (in other words, "match this string if it dot NOT _exactly equal_ `foo`"):
By default, the returned regex is for strictly (not) matching the exact given pattern (in other words, "match this string if it does NOT _exactly equal_ `foo`"):

@@ -80,4 +80,2 @@ ```js

Please read the [contributing guide](.github/contributing.md) for avice on opening issues, pull requests, and coding standards.
### Building docs

@@ -84,0 +82,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc