New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

adverb-where

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adverb-where - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

.github/workflows/node.js.yml

6

adverbs.js

@@ -207,7 +207,5 @@ const adverbs = [

const adverbRegex = new RegExp(
`${'\\b('
const adverbRegex = new RegExp(`${'\\b('
+ '('}${adverbs.join('|')})(y)`
+ `|(${weakens.join('|')}))\\b`, 'gi'
);
+ `|(${weakens.join('|')}))\\b`, 'gi');
const matcher = require('./matcher');

@@ -214,0 +212,0 @@

{
"name": "adverb-where",
"version": "0.2.5",
"version": "0.2.6",
"description": "Find adverbs in your writings",

@@ -41,9 +41,7 @@ "main": "adverbs.js",

"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3",
"jasmine": "^3.7.0"
"jasmine": "^5.1.0"
}
}

@@ -1,3 +0,1 @@

[![Build Status](https://travis-ci.org/duereg/adverb-where.svg?branch=master)](https://travis-ci.org/duereg/adverb-where)
[![devDependencies](https://david-dm.org/duereg/adverb-where/dev-status.svg)](https://david-dm.org/duereg/adverb-where#info=devDependencies&view=table)
[![NPM version](https://badge.fury.io/js/adverb-where.svg)](http://badge.fury.io/js/adverb-where)

@@ -4,0 +2,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