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

organism-react-ajax

Package Overview
Dependencies
Maintainers
1
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

organism-react-ajax - npm Package Compare versions

Comparing version 0.17.4 to 0.17.5

13

build/cjs/src/lib/dlog.js

@@ -75,11 +75,8 @@ "use strict";

dlog.prototype.show = function (level, data) {
var keys = Object.keys;
var keys = function keys(o) {
o = o || {};
return Object.keys(o);
};
var isDataSet = function isDataSet(a) {
var bArray = Array.isArray;
if (!bArray(a)) {
return false;
}
var arrKey = keys(a);

@@ -94,3 +91,3 @@

if (bArray(a[key]) || !keys(a[key]).length) {
if (!keys(a[key]).length) {
return false;

@@ -97,0 +94,0 @@ }

@@ -70,11 +70,8 @@ // dlog 0.1.1

dlog.prototype.show = function (level, data) {
var keys = Object.keys;
var keys = function keys(o) {
o = o || {};
return Object.keys(o);
};
var isDataSet = function isDataSet(a) {
var bArray = Array.isArray;
if (!bArray(a)) {
return false;
}
var arrKey = keys(a);

@@ -89,3 +86,3 @@

if (bArray(a[key]) || !keys(a[key]).length) {
if (!keys(a[key]).length) {
return false;

@@ -92,0 +89,0 @@ }

{
"version": "0.17.4",
"version": "0.17.5",
"name": "organism-react-ajax",

@@ -4,0 +4,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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