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

irverbs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

irverbs - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

irverbs.js

@@ -17,2 +17,3 @@ 'use strict';

find: function (verb) {
if (!verb) { return []; }
verb = verb.toLowerCase();

@@ -19,0 +20,0 @@ return this.fixtures.filter(function (verbs) {

2

package.json
{
"name": "irverbs",
"version": "1.0.1",
"version": "1.0.2",
"description": "Console util helps to find irregular verbs",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -83,3 +83,3 @@ 'use strict';

it('by empty search', function () {
var verbs = irverbs.find('return');
var verbs = irverbs.find();
verbs.should.be.instanceof(Array).and.have.lengthOf(0);

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