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

@app-config/utils

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-config/utils - npm Package Compare versions

Comparing version 2.8.6 to 2.8.7

4

dist/es/index.d.ts

@@ -6,3 +6,3 @@ export declare const isBrowser: boolean;

export declare const appConfigImportRegex: RegExp;
export declare type JsonPrimitive = number | string | boolean | null;
export type JsonPrimitive = number | string | boolean | null;
export interface JsonObject {

@@ -13,3 +13,3 @@ [key: string]: Json;

}
export declare type Json = JsonPrimitive | JsonArray | JsonObject;
export type Json = JsonPrimitive | JsonArray | JsonObject;
export declare function isObject(obj: Json): obj is JsonObject;

@@ -16,0 +16,0 @@ export declare function isPrimitive(obj: Json): obj is JsonPrimitive;

@@ -6,3 +6,3 @@ export declare const isBrowser: boolean;

export declare const appConfigImportRegex: RegExp;
export declare type JsonPrimitive = number | string | boolean | null;
export type JsonPrimitive = number | string | boolean | null;
export interface JsonObject {

@@ -13,3 +13,3 @@ [key: string]: Json;

}
export declare type Json = JsonPrimitive | JsonArray | JsonObject;
export type Json = JsonPrimitive | JsonArray | JsonObject;
export declare function isObject(obj: Json): obj is JsonObject;

@@ -16,0 +16,0 @@ export declare function isPrimitive(obj: Json): obj is JsonPrimitive;

{
"name": "@app-config/utils",
"description": "Common utilities used in @app-config",
"version": "2.8.6",
"version": "2.8.7",
"license": "MPL-2.0",

@@ -6,0 +6,0 @@ "author": {

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