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

@polywrap/wasm-js

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polywrap/wasm-js - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

1

build/imports.js

@@ -65,2 +65,3 @@ "use strict";

encodeResult: true,
resolutionContext: state.resolutionContext,
})];

@@ -67,0 +68,0 @@ case 1:

3

build/WasmWrapper.d.ts
import { IFileReader } from "./IFileReader";
import { WrapManifest } from "@polywrap/wrap-manifest-types-js";
import { CoreClient, GetFileOptions, GetManifestOptions, InvocableResult, InvokeOptions, Wrapper } from "@polywrap/core-js";
import { CoreClient, GetFileOptions, GetManifestOptions, InvocableResult, InvokeOptions, Wrapper, IUriResolutionContext } from "@polywrap/core-js";
import { Result } from "@polywrap/result";

@@ -25,2 +25,3 @@ export interface State {

env: Uint8Array;
resolutionContext?: IUriResolutionContext;
}

@@ -27,0 +28,0 @@ export declare class WasmWrapper implements Wrapper {

@@ -140,2 +140,3 @@ "use strict";

env: options.env ? (0, msgpack_js_1.msgpackEncode)(options.env) : EMPTY_ENCODED_OBJECT,
resolutionContext: options.resolutionContext,
};

@@ -142,0 +143,0 @@ abortWithInvokeAborted = function (message, source) {

{
"name": "@polywrap/wasm-js",
"description": "Polywrap WASM wrappers",
"version": "0.10.0",
"description": "Polywrap JavaScript Client Wasm Runtime",
"version": "0.10.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/polywrap/monorepo.git"
"url": "https://github.com/polywrap/javascript-client.git"
},

@@ -16,13 +16,13 @@ "main": "build/index.js",

"build": "rimraf ./build && tsc --project tsconfig.build.json",
"lint": "eslint --color -c ../../../.eslintrc.js src/",
"test": "jest --passWithNoTests --runInBand --verbose",
"lint": "eslint --color -c ../../.eslintrc.js src/",
"test": "jest --passWithNoTests --runInBand --verbose --config ../../jest.config.js --rootDir .",
"test:watch": "yarn test -- --watch"
},
"dependencies": {
"@polywrap/asyncify-js": "0.10.0",
"@polywrap/core-js": "0.10.0",
"@polywrap/msgpack-js": "0.10.0",
"@polywrap/result": "0.10.0",
"@polywrap/tracing-js": "0.10.0",
"@polywrap/wrap-manifest-types-js": "0.10.0"
"@polywrap/asyncify-js": "0.10.1",
"@polywrap/core-js": "0.10.1",
"@polywrap/msgpack-js": "0.10.1",
"@polywrap/result": "0.10.1",
"@polywrap/tracing-js": "0.10.1",
"@polywrap/wrap-manifest-types-js": "0.10.1"
},

@@ -33,7 +33,8 @@ "peerDependencies": {

"devDependencies": {
"@polywrap/cli-js": "0.10.0",
"@types/jest": "26.0.8",
"jest": "26.6.3",
"@polywrap/cli-js": "~0.10.0",
"@polywrap/test-cases": "0.10.1",
"@types/jest": "29.5.0",
"jest": "29.5.0",
"rimraf": "3.0.2",
"ts-jest": "26.5.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",

@@ -40,0 +41,0 @@ "typescript": "4.9.5"

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