Socket
Socket
Sign inDemoInstall

quickjs-emscripten

Package Overview
Dependencies
0
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

2

dist/quickjs.test.js

@@ -303,3 +303,3 @@ "use strict";

function dumpTestExample(val) {
var json = JSON.stringify(val);
var json = typeof val === 'undefined' ? 'undefined' : JSON.stringify(val);
var nativeType = typeof val;

@@ -306,0 +306,0 @@ mocha_1.it("supports " + nativeType + " (" + json + ")", function () {

{
"name": "quickjs-emscripten",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/quickjs.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc