Socket
Socket
Sign inDemoInstall

wandbox-api-updated

Package Overview
Dependencies
152
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

2

lib/file.js

@@ -113,3 +113,3 @@ 'use strict';

request.post( 'http://melpon.org/wandbox/api/compile.json', {
request.post( 'https://wandbox.org/api', {
'body': opts,

@@ -116,0 +116,0 @@ 'json': true

@@ -5,3 +5,3 @@ 'use strict';

var debug = require( 'debug' )( 'wandbox-api:string' );
var debug = require( 'debug' )( 'wandbox-api-updated:string' );
var copy = require( 'utils-copy' );

@@ -98,3 +98,3 @@ var cwd = require( 'utils-cwd' );

request.post( 'http://melpon.org/wandbox/api/compile.json', {
request.post( 'https://wandbox.org/api', {
'body': opts,

@@ -101,0 +101,0 @@ 'json': true

{
"name": "wandbox-api-updated",
"version": "0.1.2",
"version": "0.1.3",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc