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.0 to 0.1.1

14

package.json
{
"name": "wandbox-api-updated",
"version": "0.1.0",
"version": "0.1.1",
"description": "Node.js bindings to the Wandbox API.",
"author": {
"name": "Philipp Burckhardt",
"email": "pburckhardt@outlook.com"
"name": "Chris Barwick",
"email": "chris.barwick16@gmail.com"
},

@@ -13,6 +13,2 @@ "contributors": [

"email": "pburckhardt@outlook.com"
},
{
"name": "Chris Barwick",
"email": "chris.barwick16@gmail.com"
}

@@ -31,3 +27,3 @@ ],

"type": "git",
"url": "git://github.com/planeshifter/node-wandbox-api.git"
"url": "git://github.com/TinyPandas/node-wandbox-api.git"
},

@@ -42,3 +38,3 @@ "keywords": [

"bugs": {
"url": "https://github.com/planeshifter/node-wandbox-api/issues"
"url": "https://github.com/TinyPandas/node-wandbox-api/issues"
},

@@ -45,0 +41,0 @@ "dependencies": {

Node Wandbox API
===
[![NPM version][npm-image]][npm-url] [![Build Status][build-image]][build-url] [![Coverage Status][coverage-image]][coverage-url] [![Dependencies][dependencies-image]][dependencies-url]
[![NPM version][npm-image]][npm-url] [![Dependencies][dependencies-image]][dependencies-url]

@@ -11,3 +11,3 @@ > Access Social Compilation Service [Wandbox][wandbox] via API from Node.js.

``` bash
$ npm install wandbox-api
$ npm install wandbox-api-updated
```

@@ -19,3 +19,3 @@

``` javascript
var runWandbox = require( 'wandbox-api' );
var runWandbox = require( 'wandbox-api-updated' );
```

@@ -157,3 +157,3 @@

``` javascript
var runWandbox = require( 'wandbox-api' );
var runWandbox = require( 'wandbox-api-update' );

@@ -196,3 +196,3 @@ // String:

``` bash
$ npm install -g wandbox-api
$ npm install -g wandbox-api-updated
```

@@ -303,20 +303,5 @@

[npm-image]: http://img.shields.io/npm/v/wandbox-api.svg
[npm-url]: https://npmjs.org/package/wandbox-api
[npm-image]: http://img.shields.io/npm/v/wandbox-api-updated.svg
[npm-url]: https://npmjs.org/package/wandbox-api-update
[build-image]: http://img.shields.io/travis/Planeshifter/node-wandbox-api/master.svg
[build-url]: https://travis-ci.org/Planeshifter/node-wandbox-api
[coverage-image]: https://img.shields.io/codecov/c/github/Planeshifter/node-wandbox-api/master.svg
[coverage-url]: https://codecov.io/github/Planeshifter/node-wandbox-api?branch=master
[dependencies-image]: http://img.shields.io/david/Planeshifter/node-wandbox-api.svg
[dependencies-url]: https://david-dm.org/Planeshifter/node-wandbox-api
[dev-dependencies-image]: http://img.shields.io/david/dev/Planeshifter/node-wandbox-api.svg
[dev-dependencies-url]: https://david-dm.org/dev/Planeshifter/node-wandbox-api
[github-issues-image]: http://img.shields.io/github/issues/Planeshifter/node-wandbox-api.svg
[github-issues-url]: https://github.com/Planeshifter/node-wandbox-api/issues
[tape]: https://github.com/substack/tape

@@ -323,0 +308,0 @@ [istanbul]: https://github.com/gotwarlost/istanbul

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