Socket
Socket
Sign inDemoInstall

@expo/json-file

Package Overview
Dependencies
Maintainers
8
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/json-file - npm Package Compare versions

Comparing version 8.1.3 to 8.1.4

build/JsonFile.js.flow

6

build/JsonFile.d.ts

@@ -1,5 +0,5 @@

declare type JSONValue = boolean | number | string | null | JSONArray | JSONObject;
interface JSONArray extends Array<JSONValue> {
export declare type JSONValue = boolean | number | string | null | JSONArray | JSONObject;
export interface JSONArray extends Array<JSONValue> {
}
interface JSONObject {
export interface JSONObject {
[key: string]: JSONValue;

@@ -6,0 +6,0 @@ }

{
"name": "@expo/json-file",
"version": "8.1.3",
"version": "8.1.4",
"description": "A module for reading, writing, and manipulating JSON files",

@@ -5,0 +5,0 @@ "main": "build/JsonFile.js",

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