Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yoga-wasm-web

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yoga-wasm-web - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/index.js

@@ -1,1 +0,1 @@

import i from"./entry.js";import o from"./yoga.mjs";function s(n,t){return t}async function c(n){let t=await o({instantiateWasm(e,r){return WebAssembly.instantiate(n,e).then(a=>{r(a)}),{}},locateFile(){return""}});return i(s,t)}async function l(n){let t=await o({instantiateWasm(e,r){return WebAssembly.instantiateStreaming(n,e).then(a=>{r(a)}),{}},locateFile(){return""}});return i(s,t)}export{c as default,l as initStreaming};
import i from"./entry.js";import o from"./yoga.mjs";function s(e,t){return t}async function c(e){let t=await o({instantiateWasm(r,a){return WebAssembly.instantiate(e,r).then(n=>{a(n.instance||n)}),{}},locateFile(){return""}});return i(s,t)}async function l(e){let t=await o({instantiateWasm(r,a){return WebAssembly.instantiateStreaming(e,r).then(n=>{a(n.instance||n)}),{}},locateFile(){return""}});return i(s,t)}export{c as default,l as initStreaming};
{
"name": "yoga-wasm-web",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

@@ -5,2 +5,3 @@ # yoga-wasm-web

- Stick to bdc37b07971b645718d2d7400afa19d47056ef0f of Yoga that matches the `yoga-layout-prebuilt` package.
- Fix missing `YGMeasureMode` binding.

@@ -15,1 +16,3 @@ - Fix missing `YGUnit` binding.

- Enable LTO.
- Enable SIMD128.

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