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.10 to 0.1.0-alpha.0

5

dist/README.md

@@ -6,5 +6,4 @@ # Apollo WASM Query Planner

```shell script
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd query-planner-wasm
wasm-pack build -t nodejs --scope apollo
npx wasm-pack build -t nodejs --scope apollo
```

@@ -14,3 +13,3 @@

```shell script
wasm-pack test --node
npx wasm-pack test --node
```

4

package.json
{
"name": "@apollo/query-planner-wasm",
"version": "0.0.10",
"version": "0.1.0-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.",

@@ -34,3 +34,3 @@ "scripts": {

"types": "dist/index.d.ts",
"gitHead": "35ec7b0ad28a383d39a42de1f75158f2f017d80f"
"gitHead": "d91a83480f025b7766dab6e0925967a4c444b45d"
}

@@ -6,5 +6,4 @@ # Apollo WASM Query Planner

```shell script
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd query-planner-wasm
wasm-pack build -t nodejs --scope apollo
npx wasm-pack build -t nodejs --scope apollo
```

@@ -14,3 +13,3 @@

```shell script
wasm-pack test --node
npx wasm-pack test --node
```

Sorry, the diff of this file is not supported yet

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