Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

veritone-redux-common

Package Overview
Dependencies
Maintainers
9
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veritone-redux-common - npm Package Compare versions

Comparing version 3.11.1 to 3.11.2

3

CHANGELOG.md

@@ -94,1 +94,4 @@ # veritone-redux-common changelog

* revert "Calls made with callGraphQLApi now fail on bad responses as well as graphql errors"
## 3.11.2
** Update enzyme to ^3.5.0 and fix test incompatability errors

6

package.json
{
"name": "veritone-redux-common",
"version": "3.11.1",
"version": "3.11.2",
"dependencies": {

@@ -46,4 +46,4 @@ "lodash": "^4.17.4",

"cross-env": "^5.1.4",
"enzyme": "^3.4.4",
"enzyme-adapter-react-16.3": "1.0.0",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.0.0",
"eslint": "^4.8.0",

@@ -50,0 +50,0 @@ "eslint-config-prettier": "^2.6.0",

@@ -79,3 +79,3 @@ import { constant, isFunction } from 'lodash';

if ((response.errors && response.errors.length)) {
if (response.errors && response.errors.length) {
dispatch({

@@ -82,0 +82,0 @@ type: failureType,

import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16.3';
import Adapter from 'enzyme-adapter-react-16';
Enzyme.configure({ adapter: new Adapter() });

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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