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

apollo-link-state-fragment

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-link-state-fragment - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

23

package.json
{
"name": "apollo-link-state-fragment",
"version": "0.1.6",
"version": "0.1.7",
"description": "A library to read fragments data in the apollo cache",

@@ -20,4 +20,3 @@ "author": "Abhi Aiyer <abhiaiyer91@gmail.com>",

"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 .",

@@ -28,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",

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

"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": ["ts", "tsx", "js", "json"]
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
},

@@ -99,5 +101,8 @@ "dependencies": {

],
"*.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