You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

jest-matcher-one-of

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

jest-matcher-one-of - npm Package Compare versions

Comparing version

to
0.1.2

4

package.json

@@ -8,3 +8,3 @@ {

},
"version": "0.1.1",
"version": "0.1.2",
"main": "src/index.js",

@@ -24,3 +24,3 @@ "author": "Daniel Li <dan@danyll.com>",

"fix": "npm run lint -- --fix",
"lint": "eslint src/index.js",
"lint": "eslint src/*.js",
"test": "npm run lint && jest"

@@ -27,0 +27,0 @@ },

@@ -16,2 +16,2 @@ require('.');

expect(1).not.toBeOneOf(2);
});
});