Comparing version 1.0.3 to 1.0.4
@@ -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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6613
221