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

@apollo/query-planner-wasm

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/query-planner-wasm - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4-alpha.0

dist/index_bg.wasm

41

package.json
{
"name": "@apollo/query-planner-wasm",
"collaborators": [
"Apollo <opensource@apollographql.com>"
],
"version": "0.0.4-alpha.0",
"description": "Bridge code written in Rust to Javascript/Typescript, to be internally used by Apollo Gateway. This package is not meant to be independently consumed.",
"version": "0.0.3",
"license": "MIT/Apache-2.0",
"scripts": {
"wasm-pack": "wasm-pack build --target nodejs --out-dir dist --out-name index --scope apollo",
"preinstall": "npm run wasm-pack"
},
"author": "opensource@apollographql.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/apollographql/federation"
"url": "git+https://github.com/apollographql/federation.git",
"directory": "query-planner-wasm/"
},
"bugs": {
"url": "https://github.com/apollographql/federation/issues"
},
"homepage": "https://github.com/apollographql/federation#readme",
"keywords": [
"GraphQL",
"rust",
"wasm",
"apollo"
],
"files": [
"query_planner_wasm_bg.wasm",
"query_planner_wasm.js",
"query_planner_wasm_bg.js",
"query_planner_wasm.d.ts"
"dist/index_bg.wasm",
"dist/index.js",
"dist/index_bg.js",
"dist/index.d.ts"
],
"main": "query_planner_wasm.js",
"homepage": "https://github.com/apollographql/federation",
"types": "query_planner_wasm.d.ts"
}
"main": "dist/index.js",
"types": "dist/index.d.ts",
"gitHead": "74264ec05a76eacd9ee64abdaf93938175a1cff5"
}
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