Socket
Socket
Sign inDemoInstall

enzyme-adapter-react-16

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enzyme-adapter-react-16 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

6

build/ReactSixteenAdapter.js

@@ -33,6 +33,4 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };

var _findCurrentFiberUsingSlowPath = require('./findCurrentFiberUsingSlowPath');
var _reflection = require('react-reconciler/reflection');
var _findCurrentFiberUsingSlowPath2 = _interopRequireDefault(_findCurrentFiberUsingSlowPath);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }

@@ -99,3 +97,3 @@

// somewhere else. Should talk to sebastian about this perhaps
var node = (0, _findCurrentFiberUsingSlowPath2['default'])(vnode);
var node = (0, _reflection.findCurrentFiberUsingSlowPath)(vnode);
switch (node.tag) {

@@ -102,0 +100,0 @@ case HostRoot:

{
"name": "enzyme-adapter-react-16",
"version": "1.1.0",
"version": "1.1.1",
"description": "JavaScript Testing utilities for React",

@@ -37,7 +37,8 @@ "homepage": "http://airbnb.io/enzyme/",

"dependencies": {
"enzyme-adapter-utils": "^1.1.0",
"enzyme-adapter-utils": "^1.3.0",
"lodash": "^4.17.4",
"object.assign": "^4.0.4",
"object.values": "^1.0.4",
"prop-types": "^15.5.10",
"prop-types": "^15.6.0",
"react-reconciler": "^0.7.0",
"react-test-renderer": "^16.0.0-0"

@@ -53,7 +54,7 @@ },

"enzyme": "^3.0.0",
"eslint": "^4.11.0",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"in-publish": "^2.0.0",

@@ -60,0 +61,0 @@ "rimraf": "^2.6.2",

@@ -22,3 +22,3 @@ /* eslint no-use-before-define: 0 */

} from 'enzyme-adapter-utils';
import findCurrentFiberUsingSlowPath from './findCurrentFiberUsingSlowPath';
import { findCurrentFiberUsingSlowPath } from 'react-reconciler/reflection';

@@ -25,0 +25,0 @@ const HostRoot = 3;

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