Socket
Socket
Sign inDemoInstall

@unifig/core

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unifig/core - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1-dev.1

2

dist/utils/deep-readonly/deep-readonly.js

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

// @ts-ignore
if (typeof copy[key] === 'object') {
if (typeof copy[key] === 'object' && Object.getPrototypeOf(copy[key]) === Object.prototype) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment

@@ -12,0 +12,0 @@ // @ts-ignore

{
"name": "@unifig/core",
"version": "1.1.0",
"version": "1.1.1-dev.1+385ceab",
"description": "Universal, typed and validated configuration manager",

@@ -41,3 +41,3 @@ "keywords": [

},
"gitHead": "cc71a194651dcf7bf163e397b2fd28484f7b1b75"
"gitHead": "385ceabef83e7606319e796228d62ca2089da260"
}
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