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

wandbox-api-updated

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wandbox-api-updated - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

0

lib/file_v2.js

@@ -0,0 +0,0 @@ 'use strict';

15

lib/index.d.ts
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';

2

package.json
{
"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": {

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