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

enzyme-matchers

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enzyme-matchers - npm Package Compare versions

Comparing version 1.3.0-beta to 2.0.0-rc1

lib/assertions/toBeChecked.js

22

package.json
{
"name": "enzyme-matchers",
"version": "1.3.0-beta",
"version": "2.0.0-rc1",
"description": "Testing Matchers for Enzyme",
"main": "index.js",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "jest"
"pretest": "node ../../scripts/jest.js",
"test": "jest",
"jest": "jest",
"lint": "eslint ./src",
"build": "babel src --out-dir lib --ignore tests"
},

@@ -24,3 +29,12 @@ "repository": {

},
"homepage": "https://github.com/blainekasten/jasmine-enzyme#readme"
"homepage": "https://github.com/blainekasten/jasmine-enzyme#readme",
"jest": {
"testPathDirs": [
"<rootDir>/src"
],
"verbose": true
},
"dependencies": {
"deep-equal-ident": "^1.1.1"
}
}
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