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 5.0.3 to 6.0.0

10

lib/index.js

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

if (typeof jest !== 'undefined') {
throw new Error('\n [jasmine-enzyme] The jest usage has been moved to a new package: "jest-enzyme".\n Use that project instead of this. For more information, see: _______\n ');
throw new Error('\n [jasmine-enzyme] The jest usage has been moved to a new package: "jest-enzyme".\n Use that project instead of this. For more information, see: https://github.com/FormidableLabs/enzyme-matchers/tree/master/packages/jest-enzyme\n ');
}

@@ -50,7 +50,7 @@

if (results.contextualInformation.actual) {
results.message += '\nexpected: ' + results.contextualInformation.actual;
results.message += '\n' + results.contextualInformation.actual;
}
if (results.contextualInformation.expected) {
results.message += '\nreceived: ' + results.contextualInformation.expected;
results.message += '\n' + results.contextualInformation.expected;
}

@@ -68,7 +68,7 @@

if (results.contextualInformation.actual) {
results.negatedMessage += '\nexpected: ' + results.contextualInformation.actual;
results.negatedMessage += '\n' + results.contextualInformation.actual;
}
if (results.contextualInformation.expected) {
results.negatedMessage += '\nreceived: ' + results.contextualInformation.expected;
results.negatedMessage += '\n' + results.contextualInformation.expected;
}

@@ -75,0 +75,0 @@

{
"name": "jasmine-enzyme",
"version": "5.0.3",
"version": "6.0.0",
"description": "Jasmine assertions for enzyme",

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

"dependencies": {
"enzyme-matchers": "^5.0.3"
"enzyme-matchers": "^6.0.0"
},

@@ -66,6 +66,6 @@ "jest": {

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

Sorry, the diff of this file is not supported yet

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