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

wasmoon

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wasmoon - npm Package Compare versions

Comparing version 1.12.1 to 1.13.0

27

package.json
{
"name": "wasmoon",
"version": "1.12.1",
"version": "1.13.0",
"description": "A real lua VM with JS bindings made with webassembly",

@@ -36,17 +36,18 @@ "main": "dist/index.js",

"devDependencies": {
"@rollup/plugin-typescript": "8.3.0",
"@rollup/plugin-url": "6.1.0",
"@types/node": "17.0.5",
"@typescript-eslint/eslint-plugin": "5.8.1",
"@typescript-eslint/parser": "5.8.1",
"eslint": "8.5.0",
"eslint-config-prettier": "8.3.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-typescript": "8.3.2",
"@types/node": "17.0.36",
"@typescript-eslint/eslint-plugin": "5.26.0",
"@typescript-eslint/parser": "5.26.0",
"eslint": "8.16.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"fengari": "0.1.4",
"jest": "27.4.5",
"prettier": "2.5.1",
"rollup": "2.62.0",
"tslib": "2.3.1",
"typescript": "4.5.4"
"jest": "28.1.0",
"prettier": "2.6.2",
"rollup": "2.75.5",
"rollup-plugin-copy": "3.4.0",
"tslib": "2.4.0",
"typescript": "4.7.3"
},

@@ -53,0 +54,0 @@ "dependencies": {

@@ -83,3 +83,3 @@ [![Build Status](https://github.com/ceifa/wasmoon/actions/workflows/publish.yml/badge.svg)](https://github.com/ceifa/wasmoon/actions/workflows/publish.yml)

This is the results running a [heap sort code](https://github.com/ceifa/wasmoon/blob/main/bench/heapsort.lua) in a list of 20k numbers 10x:
This is the results running a [heap sort code](https://github.com/ceifa/wasmoon/blob/main/bench/heapsort.lua) in a list of 20k numbers 10x(less is better):

@@ -92,3 +92,3 @@ | wasmoon | fengari |

Fengari is lighter than wasmoon, which can improve the user experience if in web environments:
Fengari is smaller than wasmoon, which can improve the user experience if in web environments:

@@ -95,0 +95,0 @@ | | wasmoon | fengari |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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