Socket
Socket
Sign inDemoInstall

apollo-link-pagination

Package Overview
Dependencies
40
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.1.0

dist/apollo-link-pagination.cjs.development.js

63

package.json
{
"name": "apollo-link-pagination",
"version": "1.0.4",
"version": "1.1.0",
"description": "A @pagination directive for GraphQL queries",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"files": [
"lib/**/*"
"dist",
"src"
],

@@ -18,6 +20,14 @@ "keywords": [

],
"repository": {
"type": "git",
"url": "git+https://github.com/mu29/apollo-link-pagination.git"
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"bugs": {

@@ -28,8 +38,2 @@ "url": "https://github.com/mu29/apollo-link-pagination/issues"

"author": "Injung Chung",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {

@@ -39,3 +43,26 @@ "@apollo/client": ">=3",

},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"module": "dist/apollo-link-pagination.esm.js",
"size-limit": [
{
"path": "dist/apollo-link-pagination.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/apollo-link-pagination.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^5.0.3",
"@apollo/client": "3.3.7",

@@ -45,6 +72,8 @@ "@types/lodash.get": "4.4.6",

"@types/lodash.uniqby": "4.7.6",
"@types/node": "14.14.22",
"@types/react": "17.0.0",
"husky": "7.0.1",
"size-limit": "5.0.3",
"tsdx": "0.14.1",
"tslib": "^2.3.1",
"graphql": "15.4.0",
"typescript": "4.1.3"
"typescript": "4.3.5"
},

@@ -56,2 +85,2 @@ "dependencies": {

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc