npm-opa-wasm icon indicating copy to clipboard operation
npm-opa-wasm copied to clipboard

Open Policy Agent WebAssembly NPM module (opa-wasm)

Results 38 npm-opa-wasm issues
Sort by recently updated
recently updated
newest added

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.0.0 to 29.0.1. Release notes Sourced from jest's releases. v29.0.1 Fixes [jest-snapshot] Pass snapshotFormat through when diffing snapshots (#13181) Full Changelog: https://github.com/facebook/jest/compare/v29.0.0...v29.0.1 Changelog Sourced from jest's changelog....

dependencies
javascript

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 16.2.0 to 17.0.0. Release notes Sourced from puppeteer's releases. v17.0.0 17.0.0 (2022-08-26) ⚠ BREAKING CHANGES remove root from WaitForSelectorOptions (#8848) internalize execution context (#8844) Bug Fixes allow...

dependencies
javascript

Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.1.1. Release notes Sourced from yaml's releases. v2.1.1 No changes in executable code, only TS types. Revert "Use TS named tuple for range (#385)" --...

dependencies
javascript

Thanks for creating this, trying it out and would like to make use of the newer `customBuiltins` option but I notice the latest release to npm is from February which...

Turns out it's not so simple: https://github.com/open-policy-agent/npm-opa-wasm/pull/172 as some thing we relied on have changed. Do we need the new version? I can't tell. cc @aron

Also from #36: > This module is based on commonjs and considering ES Modules is the standard, providing support for that would be great. Currently, working with esModuleInterop and importing...

help wanted

I'm getting `Error: Cannot find module 'utf8'` with both `nodejs-app` and `nodejs-ts-app` Also with `nodejs-ts-app` it isn't resolving the type definitions properly so I made these changes to tsconfig: ```...

I've seen projects who render their API docs into the README, that would be a simple first step, I think. Eventually, these could be documented in some way that's "native"...

help wanted
docs

It would be great if users looking at this library found starting points for different settings. These come to mind, but I'm sure there are more: - [x] deno -...

help wanted
good first issue

As-is the SDK has a few builtins added: And the list that OPA includes baked into the WASM binary is increasing, current list at: https://github.com/open-policy-agent/opa/blob/master/internal/planner/planner.go#L26 But there are still a...

help wanted