Socket
Socket
Sign inDemoInstall

dxf-viewer

Package Overview
Dependencies
5
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.12 to 1.0.13

2

package.json
{
"name": "dxf-viewer",
"version": "1.0.12",
"version": "1.0.13",
"description": "JavaScript DXF file viewer",

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

@@ -71,1 +71,3 @@ # DXF viewer

* Many less commonly used DXF features.
![samples](https://user-images.githubusercontent.com/6065976/143092164-cced2f5f-1af3-42a4-9a71-5dba68df06e7.png)

@@ -466,3 +466,4 @@ import * as three from "three"

depthWrite: false,
glslVersion: three.GLSL3
glslVersion: three.GLSL3,
side: three.DoubleSide
})

@@ -658,3 +659,3 @@ }

blackWhiteInversion: true,
/** Size in pixels for rasterized points. */
/** Size in pixels for rasterized points (dot mark). */
pointSize: 2,

@@ -661,0 +662,0 @@ /** Target angle for each segment of tessellated arc. */

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc