Socket
Socket
Sign inDemoInstall

jasmine-enzyme

Package Overview
Dependencies
114
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 5.0.0

11

package.json
{
"name": "jasmine-enzyme",
"version": "4.2.0",
"version": "5.0.0",
"description": "Jasmine assertions for enzyme",

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"jest": "node ../../node_modules/jest-cli/bin/jest.js",
"jasmine": "./node_modules/jasmine/bin/jasmine.js",
"jasmine": "../../node_modules/jasmine/bin/jasmine.js",
"lint": "eslint ./src",

@@ -51,6 +51,7 @@ "clean": "rm -rf ./lib",

"dependencies": {
"enzyme-matchers": "^4.2.0"
"enzyme-matchers": "^5.0.0"
},
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/jestSetup.js",
"setupTestFrameworkScriptFile": "jest-enzyme/src/index.js",
"testEnvironment": "enzyme",
"roots": [

@@ -66,4 +67,6 @@ "<rootDir>/src"

"jasmine": "^2.8.0",
"jest-environment-enzyme": "^5.0.0",
"jest-enzyme": "^5.0.0",
"jsdom": "^9.12.0"
}
}

@@ -5,3 +5,2 @@ # jasmine-enzyme

![License](https://img.shields.io/npm/l/chai-enzyme.svg)
[![CircleCI](https://circleci.com/gh/blainekasten/enzyme-matchers.svg?style=svg)](https://circleci.com/gh/blainekasten/enzyme-matchers)

@@ -8,0 +7,0 @@ ### Installation

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc