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

apollo-react-relay-pagination

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-react-relay-pagination - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

.vscode/settings.json

2

build/index.js

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

} else {
result[property] = mergeResults(previous[property], current[property]);
result[property] = mergeResults(previous[property], current[property], reload);
}

@@ -107,0 +107,0 @@ }

{
"name": "apollo-react-relay-pagination",
"version": "1.0.8",
"version": "1.0.9",
"description": "This is a helper library to write less code when using relay style pagination with apollo and react.",

@@ -27,2 +27,3 @@ "main": "build/index.js",

"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",

@@ -40,3 +41,2 @@ "lodash": "^4.17.5"

"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "3.0.2",

@@ -43,0 +43,0 @@ "jest": "21.0.2",

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