Socket
Socket
Sign inDemoInstall

jasmine-enzyme

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasmine-enzyme - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0-rc1

10

package.json
{
"name": "jasmine-enzyme",
"version": "2.0.0",
"version": "2.1.0-rc1",
"description": "Jasmine assertions for enzyme",

@@ -11,4 +11,4 @@ "main": "lib/index.js",

"pretest": "node ../../scripts/jest.js",
"test": "jest && jasmine",
"jest": "jest",
"test": "npm run jest && npm run jasmine",
"jest": "node ../../node_modules/jest-cli/bin/jest.js",
"jasmine": "./node_modules/jasmine/bin/jasmine.js",

@@ -46,3 +46,3 @@ "lint": "eslint ./src",

"dependencies": {
"enzyme-matchers": "^2.0.0-rc4"
"enzyme-matchers": "^2.1.0-rc1"
},

@@ -53,3 +53,3 @@ "jest": {

],
"preprocessorIgnorePatterns": [
"transformIgnorePatterns": [
"node_modules/(?!enzyme-matchers)"

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