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

apollo-fragment-vue

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-fragment-vue - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

21

package.json
{
"name": "apollo-fragment-vue",
"version": "0.1.3",
"description":
"A Query component to connect Vue components to GraphQL fragments",
"version": "0.1.4",
"description": "A Query component to connect Vue components to GraphQL fragments",
"author": "Abhi Aiyer <abhiaiyer91@gmail.com>",

@@ -21,4 +20,3 @@ "license": "MIT",

"scripts": {
"build:browser":
"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser",
"build:browser": "browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link --i apollo-utilities --i graphql-anywhere && npm run minify:browser",
"build": "tsc -p .",

@@ -29,8 +27,6 @@ "bundle": "rollup -c",

"prelint": "npm run lint-fix",
"lint-fix":
"prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"",
"lint-fix": "prettier --trailing-comma all --single-quote --write \"src/**/*.{j,t}s*\"",
"lint": "tslint --type-check -p tsconfig.json -c tslint.json src/*.ts",
"lint-staged": "lint-staged",
"minify:browser":
"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
"minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js",
"postbuild": "npm run bundle",

@@ -81,3 +77,3 @@ "prebuild": "npm run clean",

"dependencies": {
"apollo-fragment-utils": "^0.1.3",
"apollo-fragment-utils": "^0.2.0",
"apollo-utilities": "^1.0.12"

@@ -94,5 +90,8 @@ },

],
"*.json*": ["prettier --write", "git add"]
"*.json*": [
"prettier --write",
"git add"
]
},
"pre-commit": "lint-staged"
}
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