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

@jumpn/utils-graphql

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jumpn/utils-graphql - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

20

package.json
{
"name": "@jumpn/utils-graphql",
"version": "0.1.1",
"version": "0.2.0",
"description": "GraphQL utilities",
"module": "dist/index.js",
"main": "compat/cjs/index.js",
"browser": "compat/umd/index.js",
"scripts": {
"clean": "rm -rfv dist compat",
"flow-copy-source": "flow-copy-source -v src",
"build:flow": "yarn flow-copy-source dist && yarn flow-copy-source compat/cjs",
"build:index": "create-index --banner '// @flow' src/ && sed -f indexIgnore.sed -i src/index.js && yarn lint:fix src/index.js",
"build:clean": "rm -rfv dist compat",
"build:flow": "yarn run flow-copy-source dist && yarn run flow-copy-source compat/cjs",
"build:index": "create-index --banner '// @flow' src/ && sed -f indexIgnore.sed -i src/index.js && yarn run lint:fix src/index.js",
"build:readme": "pkg-to-readme --template ./readmeTemplate.ejs --force && documentation readme src/** --section API",
"build:src": "rollup -c",
"build": "yarn run clean && yarn build:index && yarn run build:src && yarn run build:flow && yarn build:readme",
"build": "yarn run build:clean && yarn run build:index && yarn run run build:src && yarn run build:flow && yarn run build:readme",
"lint": "eslint --rule 'flowtype-errors/show-errors: error'",

@@ -22,4 +21,4 @@ "lint:fix": "yarn run lint -- --fix",

"commitmsg": "commitlint -e",
"version": "yarn build:index && yarn build:readme && git add README.md src/index.js",
"prepublishOnly": "yarn build:src && yarn build:flow"
"version": "yarn run build:index && yarn run build:readme && git add README.md src/index.js",
"prepublishOnly": "yarn run build:clean && yarn run build:src && yarn run build:flow"
},

@@ -48,6 +47,3 @@ "config": {

"dependencies": {
"babel-polyfill": "6.26.0",
"babel-runtime": "6.26.0",
"flow-static-land": "0.2.7",
"lodash": "4.17.4"
"babel-runtime": "6.26.0"
},

@@ -54,0 +50,0 @@ "devDependencies": {

2

README.md

@@ -52,4 +52,6 @@ # @jumpn/utils-graphql

Returns **[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)**
## License
[MIT](LICENSE.txt) :copyright: **Jumpn Limited** / Mauro Titimoli (mauro@jumpn.com)
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