Socket
Socket
Sign inDemoInstall

oxford-dictionary

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

2

index.js

@@ -15,3 +15,3 @@ var https = require('https');

OxfordDictionary.prototype.find = function(props) {
var path = validate('/api/v1/entries/', props, this, 'entries');
var path = validate('/api/v1/entries/', props, this, null);
var options = new OptionObj(path, this.config.app_id, this.config.app_key);

@@ -18,0 +18,0 @@ return buildRequest(options);

{
"name": "oxford-dictionary",
"version": "1.4.0",
"version": "1.4.1",
"description": "A nodeJS wrapper for using the oxforddictionary.com REST API.",

@@ -5,0 +5,0 @@ "main": "index.js",

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