Socket
Socket
Sign inDemoInstall

jest-diff

Package Overview
Dependencies
Maintainers
3
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-diff - npm Package Compare versions

Comparing version 19.2.0-alpha.993e64af to 19.3.0-alpha.85402254

8

build-es5/index.js

@@ -11,3 +11,3 @@ /**

'use strict';var _require$plugins =
'use strict';var _set = require('babel-runtime/core-js/set');var _set2 = _interopRequireDefault(_set);var _from = require('babel-runtime/core-js/array/from');var _from2 = _interopRequireDefault(_from);var _map = require('babel-runtime/core-js/map');var _map2 = _interopRequireDefault(_map);var _for = require('babel-runtime/core-js/symbol/for');var _for2 = _interopRequireDefault(_for);function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}var _require$plugins =

@@ -57,3 +57,3 @@

if (aType === 'object' && typeof a.asymmetricMatch === 'function') {
if (a.$$typeof !== Symbol.for('jest.asymmetricMatcher')) {
if (a.$$typeof !== (0, _for2.default)('jest.asymmetricMatcher')) {
// Do not know expected type of user-defined asymmetric matcher.

@@ -104,7 +104,7 @@ return null;

function sortMap(map) {
return new Map(Array.from(map.entries()).sort());
return new _map2.default((0, _from2.default)(map.entries()).sort());
}
function sortSet(set) {
return new Set(Array.from(set.values()).sort());
return new _set2.default((0, _from2.default)(set.values()).sort());
}

@@ -111,0 +111,0 @@

{
"name": "jest-diff",
"version": "19.2.0-alpha.993e64af",
"version": "19.3.0-alpha.85402254",
"repository": {

@@ -14,5 +14,5 @@ "type": "git",

"diff": "^3.2.0",
"jest-matcher-utils": "^19.2.0-alpha.993e64af",
"pretty-format": "^19.2.0-alpha.993e64af"
"jest-matcher-utils": "^19.3.0-alpha.85402254",
"pretty-format": "^19.3.0-alpha.85402254"
}
}
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