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

@hegel/core

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hegel/core - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

2

package.json
{
"name": "@hegel/core",
"author": "Artem Kobzar",
"version": "0.0.23",
"version": "0.0.24",
"description": "",

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

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

getPropertyType(propertyName) {
const propertyType = this.readonly.getPropertyType(propertyName);
const propertyType = this.readonly.getPropertyType(propertyName, true);

@@ -105,0 +105,0 @@ if (propertyType === null || propertyType instanceof $AppliedImmutable) {

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