Socket
Socket
Sign inDemoInstall

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.4 to 0.2.5

3

lib/file.js

@@ -30,2 +30,4 @@ 'use strict';

/**
* @deprecated Since v0.2.5, will be removed in v0.3.0
*
* FUNCTION: file( [dest,] src[, opts], clbk )

@@ -48,2 +50,3 @@ * Execute source file on Wandbox and fetch results.

function file() {
console.warn("Calling deprecated `file`. Will be removed in v0.3.0.");
var outFile;

@@ -50,0 +53,0 @@ var options;

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

@@ -28,2 +28,4 @@ 'use strict';

/**
* @deprecated Since v0.2.5, will be removed in v0.3.0
*
* FUNCTION: string( [dest,] code[, opts], clbk )

@@ -46,2 +48,3 @@ * Execute code on Wandbox and fetch results.

function string() {
console.warn("Calling deprecated `string`. Will be removed in v0.3.0.");
var options;

@@ -48,0 +51,0 @@ var outFile;

2

package.json
{
"name": "wandbox-api-updated",
"version": "0.2.4",
"version": "0.2.5",
"description": "Node.js bindings to the Wandbox API.",

@@ -5,0 +5,0 @@ "author": {

@@ -0,0 +0,0 @@ const runWandbox = require('../lib/index');

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