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

yoga-layout

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yoga-layout - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

dist/binaries/yoga-wasm-base64-esm.js

15

package.json
{
"name": "yoga-layout",
"version": "3.0.3",
"version": "3.0.4",
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",

@@ -13,9 +13,11 @@ "license": "MIT",

"type": "module",
"main": "./src/index.js",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"exports": {
".": "./src/index.js",
"./load": "./src/load.js"
".": "./dist/src/index.js",
"./load": "./dist/src/load.js"
},
"files": [
"binaries/**",
"dist/binaries/**",
"dist/src/**",
"src/**"

@@ -52,4 +54,3 @@ ],

"which": "^3.0.0"
},
"types": "./src/index.d.ts"
}
}
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