Socket
Socket
Sign inDemoInstall

stackexchange

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stackexchange - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

5

lib/stackexchange.js

@@ -6,4 +6,3 @@ 'use strict';

, search = require('./methods/search')
, questions = require('./methods/questions')
, stackexchange = module.exports;
, questions = require('./methods/questions');

@@ -17,3 +16,3 @@ /**

*/
stackexchange = function StackExchange (options) {
module.exports = function StackExchange (options) {
// Mitigate options to config.

@@ -20,0 +19,0 @@ this.config = config;

2

package.json
{
"name": "stackexchange",
"version": "0.0.6",
"version": "0.0.7",
"description": "Node.js implementation of the stackexchange/stackoverflow API",

@@ -5,0 +5,0 @@ "main": "./lib/stackexchange",

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