Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

arrow-objectmodel

Package Overview
Dependencies
Maintainers
2
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arrow-objectmodel - npm Package Compare versions

Comparing version 0.3.1-0 to 0.3.1-1

9

lib/objectmodel.js

@@ -53,10 +53,3 @@ var _ = require('lodash'),

if (this.config.apikey_production && this.config.apikey_development) {
this.server.auth.apikey_production = this.config.apikey_production;
this.server.auth.apikey_development = this.config.apikey_development;
this.server.auth.apikey = this.config.apikey || this.config['apikey_' + this.config.env];
this.server.auth.type = this.config.APIKeyAuthType || 'apikey'; // for backwards compat
} else if (this.config.apikey) {
this.server.auth.apikey_production = this.config.apikey;
this.server.auth.apikey_development = this.config.apikey;
if (this.config.apikey) {
this.server.auth.apikey = this.config.apikey;

@@ -63,0 +56,0 @@ this.server.auth.type = this.config.APIKeyAuthType || 'apikey'; // for backwards compat

2

package.json
{
"name": "arrow-objectmodel",
"version": "0.3.1-0",
"version": "0.3.1-1",
"description": "The object model for Arrow",

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

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