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

apollo-link-scalars

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-link-scalars - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

commitlint.config.js

11

CHANGELOG.md

@@ -5,4 +5,15 @@ # Changelog

### [0.1.6](https://github.com/eturino/apollo-link-scalars/compare/v0.1.5...v0.1.6) (2019-12-31)
### Features
* Target es6 environment for better browser support. ([#31](https://github.com/eturino/apollo-link-scalars/issues/31)) ([d202bd7](https://github.com/eturino/apollo-link-scalars/commit/d202bd7909e66c152c4813985905b40dc3dbf051))
### [0.1.5](https://github.com/eturino/apollo-link-scalars/compare/v0.1.4...v0.1.5) (2019-12-22)
### Bug Fixes
* Avoid parsing issues with null/non-null fields: stop producing graphql errors on parsing when a null is encounter on a non-null value. That is not the responsibility of this link, and it clashes with usages of directives like `@skip` [#28](https://github.com/eturino/apollo-link-scalars/pull/28) [#29](https://github.com/eturino/apollo-link-scalars/issues/29)
### [0.1.4](https://github.com/eturino/apollo-link-scalars/compare/v0.1.3...v0.1.4) (2019-12-05)

@@ -9,0 +20,0 @@

11

package.json
{
"name": "apollo-link-scalars",
"version": "0.1.5",
"version": "0.1.6",
"author": "Eduardo Turiño <eturino@eturino.com>",

@@ -60,2 +60,4 @@ "description": "custom apollo link to allow to parse custom scalars",

"@bitjson/npm-scripts-info": "^1.0.0",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/graphql": "^14.5.0",

@@ -68,4 +70,6 @@ "@types/inquirer": "^6.5.0",

"gh-pages": "^2.0.1",
"github-release-from-changelog": "^2.1.0",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.6",
"husky": "^3.1.0",
"inquirer": "^7.0.0",

@@ -95,3 +99,8 @@ "jest": "^24.9.0",

}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
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