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

falcor-expand-cache

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

falcor-expand-cache - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

dist/falcor-expand-cache.js

@@ -83,2 +83,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

function createNode(data) {
if (!data) return undefined;
if (data.$type) return expandChild(data);

@@ -85,0 +86,0 @@ var node = {};

@@ -27,2 +27,3 @@ 'use strict';

function createNode(data) {
if (!data) return undefined;
if (data.$type) return expandChild(data);

@@ -29,0 +30,0 @@ var node = {};

2

package.json
{
"name": "falcor-expand-cache",
"version": "0.0.2",
"version": "0.0.3",
"description": "Expand a falcor cache into a plain JS object",

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

@@ -23,2 +23,3 @@ export default function expandCache(cache) {

function createNode(data) {
if (!data) return undefined;
if (data.$type) return expandChild(data);

@@ -25,0 +26,0 @@ const node = {};

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