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

autopilot-sdk

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autopilot-sdk - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

dist/utils.js

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

var value = obj[key];
if ((typeof value === 'undefined' ? 'undefined' : (0, _typeof3.default)(value)) === 'object') {
if ((typeof value === 'undefined' ? 'undefined' : (0, _typeof3.default)(value)) === 'object' && !(value instanceof Date)) {
throw new Error('Invalid value type: expected values are string, integer, date, boolean, float');

@@ -138,0 +138,0 @@ }

@@ -49,3 +49,3 @@ import axios from 'axios';

const value = obj[key];
if (typeof value === 'object') {
if (typeof value === 'object' && !(value instanceof Date)) {
throw new Error(

@@ -52,0 +52,0 @@ 'Invalid value type: expected values are string, integer, date, boolean, float',

{
"name": "autopilot-sdk",
"description": "Node SDK for Autopilot",
"version": "0.0.11",
"version": "0.0.12",
"author": "Samuel Amoah <sa.am@programmer.net>",

@@ -6,0 +6,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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