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

@superfaceai/one-sdk

Package Overview
Dependencies
Maintainers
3
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superfaceai/one-sdk - npm Package Compare versions

Comparing version 3.0.0-beta.16 to 3.0.0-beta.17

3

dist/index.js

@@ -9,2 +9,3 @@ import fs from 'node:fs/promises';

import { fetchErrorToHostError, systemErrorToWasiError } from './error.js';
import { fileURLToPath } from 'node:url';
function corePathURL() {

@@ -195,3 +196,3 @@ return new URL('../assets/core-async.wasm', import.meta.url);

}
await this.app.loadCore(await fs.readFile(process.env.CORE_PATH ?? corePathURL().pathname));
await this.app.loadCore(await fs.readFile(process.env.CORE_PATH ?? fileURLToPath(corePathURL())));
await this.app.init(new WASI({

@@ -198,0 +199,0 @@ env: {

{
"name": "@superfaceai/one-sdk",
"version": "3.0.0-beta.16",
"version": "3.0.0-beta.17",
"exports": {

@@ -5,0 +5,0 @@ ".": "./dist/index.js",

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