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

citygml-validate-shell

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

citygml-validate-shell - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

2

index.js

@@ -45,3 +45,3 @@ // Note: QIE paper states that only LOD1–3 geometries are to be tested,

} else {
callback(null, [new Error("GE_S_TOO_FEW_POLYGONS: A shell should have at least 4 polygons"), shell.length]]);
callback(null, [new Error("GE_S_TOO_FEW_POLYGONS: A shell should have at least 4 polygons"), shell.length]);
}

@@ -48,0 +48,0 @@ };

{
"name": "citygml-validate-shell",
"version": "0.1.11",
"version": "0.1.12",
"description": "Validate a CityGML shell against the QIE suite",

@@ -5,0 +5,0 @@ "main": "index.js",

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