apollo-fragment-vue
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19416
8
1
+ Addedapollo-fragment-utils@0.2.1(transitive)
- Removedapollo-fragment-utils@0.1.3(transitive)
Updatedapollo-fragment-utils@^0.2.0