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

wandboxjs

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wandboxjs - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json

@@ -6,3 +6,3 @@ {

"name": "wandboxjs",
"version": "1.0.3",
"version": "1.0.4",
"main": "index.js",

@@ -9,0 +9,0 @@ "devDependencies": {},

@@ -6,5 +6,9 @@ const fetch = require("node-fetch")

cpp: {
"compiler": "gcc-10.1.0",
"options": "warning,boost-1.73.0-gcc-head,gnu++2b,cpp-no-pedantic"
"compiler": "gcc-9.2.0",
"options": "warning,boost-1.73.0-gcc-9.2.0,gnu++2a,cpp-no-pedantic"
},
"c++": {
"compiler": "gcc-9.2.0",
"options": "warning,boost-1.73.0-gcc-9.2.0,gnu++2a,cpp-no-pedantic"
},
c: {

@@ -18,2 +22,10 @@ "compiler": "gcc-10.1.0-c",

},
cs: {
"compiler": "mono-5.8.0.108",
"options": ""
},
"c#": {
"compiler": "mono-5.8.0.108",
"options": ""
},
coffeescript: {

@@ -43,2 +55,6 @@ "compiler": "coffeescript-1.12.7",

},
"f#": {
"compiler": "fsharp-4.1.34",
"options": ""
},
go: {

@@ -48,2 +64,6 @@ "compiler": "go-1.14.2",

},
golang: {
"compiler": "go-1.14.2",
"options": ""
},
groovy: {

@@ -65,2 +85,6 @@ "compiler": "groovy-3.0.7",

},
js: {
"compiler": "nodejs-14.0.0",
"options": ""
},
julia: {

@@ -110,7 +134,7 @@ "compiler": "julia-1.6.0",

},
pony: {
"compiler": "pony-0.14.0",
python: {
"compiler": "cpython-3.8.0",
"options": ""
},
python: {
py: {
"compiler": "cpython-3.8.0",

@@ -139,2 +163,6 @@ "options": ""

},
sql: {
"compiler": "sqlite-3.19.3",
"options": ""
},
scala: {

@@ -152,2 +180,6 @@ "compiler": "scala-2.12.2",

},
ts: {
"compiler": "typescript-3.9.5",
"options": ""
},
vimscript: {

@@ -160,2 +192,6 @@ "compiler": "vim-8.0.0671",

"options": ""
},
sh: {
"compiler": "bash",
"options": ""
}

@@ -162,0 +198,0 @@ }

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