New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oso

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oso - npm Package Compare versions

Comparing version 0.15.0 to 0.15.1

2

dist/bundler/polar_wasm_api_bg.js

@@ -363,3 +363,3 @@ import * as wasm from './polar_wasm_api_bg.wasm';

export const __wbg_error_55270a6c82201b23 = function(arg0, arg1) {
export const __wbg_error_fb0645862078b9a6 = function(arg0, arg1) {
console.error(getStringFromWasm0(arg0, arg1));

@@ -366,0 +366,0 @@ };

@@ -22,3 +22,3 @@ "use strict";

const { done } = await results.next();
results.return();
await results.return();
return !done;

@@ -25,0 +25,0 @@ }

@@ -364,3 +364,3 @@ let imports = {};

module.exports.__wbg_error_55270a6c82201b23 = function(arg0, arg1) {
module.exports.__wbg_error_fb0645862078b9a6 = function(arg0, arg1) {
console.error(getStringFromWasm0(arg0, arg1));

@@ -367,0 +367,0 @@ };

@@ -185,3 +185,3 @@ "use strict";

const { done } = await results.next();
results.return();
await results.return();
if (done)

@@ -188,0 +188,0 @@ throw new errors_1.InlineQueryFailedError(source);

@@ -401,3 +401,3 @@ /**

* query succeeded or failed, you may check the `done` property of the yielded
* value (and then optionally "complete" the generator by calling its
* value (and then optionally "complete" the generator by calling and awaiting its
* `return()` method). If `done` is `true`, the query failed. If `done` is

@@ -404,0 +404,0 @@ * `false`, the query yielded at least one result and therefore succeeded.

{
"name": "oso",
"version": "0.15.0",
"version": "0.15.1",
"description": "oso authorization library.",

@@ -5,0 +5,0 @@ "bin": "bin/repl.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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