Socket
Socket
Sign inDemoInstall

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.1 to 0.17.2

2

build/cjs/src/lib/dlog.js

@@ -79,3 +79,3 @@ "use strict";

for (var i = 0, j = keys.length; i < j; i++) {
if (isNaN(keys[i])) {
if ((keys[i] || '0' === keys[i]) && isNaN(keys[i])) {
return false;

@@ -82,0 +82,0 @@ }

@@ -74,3 +74,3 @@ // dlog 0.1.1

for (var i = 0, j = keys.length; i < j; i++) {
if (isNaN(keys[i])) {
if ((keys[i] || '0' === keys[i]) && isNaN(keys[i])) {
return false;

@@ -77,0 +77,0 @@ }

{
"version": "0.17.1",
"version": "0.17.2",
"name": "organism-react-ajax",

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

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