New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@genexus/designer-common

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@genexus/designer-common - npm Package Compare versions

Comparing version 0.0.46 to 0.0.47

2

lib/gxml/gxml-node.js

@@ -20,2 +20,4 @@ import { Guid } from "../guid";

let nodeProperty;
if (prop[1] === undefined)
prop[1] = '';
if (typeof prop[1] === 'string')

@@ -22,0 +24,0 @@ nodeProperty = new GxmlNodeProperty(prop[1], false);

4

package.json
{
"name": "@genexus/designer-common",
"version": "0.0.46",
"version": "0.0.47",
"main": "lib/index.js",

@@ -31,3 +31,3 @@ "typings": "lib/index.d.ts",

},
"gitHead": "44a609e00447497e5c582a986b7ad721c398fb9e"
"gitHead": "1b051d6c8f086e22c9695a2bf3abad9f37df999b"
}

Sorry, the diff of this file is not supported yet

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