wandbox-api-updated
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,0 +0,0 @@ 'use strict'; |
export function fromStringV2( | ||
opts: Array<String>, | ||
opts: Opts, | ||
clbk: (err: Error | null, body: Record<string, any>) => void, | ||
@@ -9,5 +9,16 @@ dest: string | undefined | ||
srcFile: string, | ||
opts: Array<String>, | ||
opts: Opts, | ||
clbk: (err: Error | null, body: Record<string, any>) => void, | ||
dest: string | undefined | ||
): void; | ||
interface Opts { | ||
compiler: string, | ||
code: string, | ||
save: boolean, | ||
codes?: Array<string>, | ||
options?: string, | ||
stdin?: string, | ||
"compiler-option-raw"?: string, | ||
"runtime-option-raw"?: string, | ||
} |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "wandbox-api-updated", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Node.js bindings to the Wandbox API.", | ||
@@ -5,0 +5,0 @@ "author": { |
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
72276
1188