Socket
Socket
Sign inDemoInstall

three-dxf-viewer

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-dxf-viewer - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

dist/vendor-121455fa.js

6

dist/main.js.LICENSE.txt
/**
* @license
* Copyright 2010-2022 Three.js Authors
* SPDX-License-Identifier: MIT
*/
/**
* @license
* Credits to vagran (https://github.com/vagran/dxf-viewer) for the original code.
*/
{
"name": "three-dxf-viewer",
"version": "1.0.6",
"version": "1.0.7",
"description": "DXF viewer using ThreeJS",

@@ -9,3 +9,3 @@ "main": "./dist/main.js",

"dev": "webpack-dev-server --config webpack.dev.config.js",
"build": "webpack",
"build": "webpack --config webpack.prod.config.js",
"page": "webpack --config webpack.page.config.js",

@@ -41,2 +41,3 @@ "docs": "node jsdoc",

"worker-loader": "3.0.8",
"webpack-merge": "5.8.0",
"jsdoc-to-markdown": "8.0.0",

@@ -43,0 +44,0 @@ "eslint": "8.31.0",

2

README.md

@@ -17,3 +17,3 @@ # DXF Viewer

To use it just initialize the main class and launch `getFromFile` or `getFrompath` methods.
To use it just initialize the main class and launch `getFromFile` or `getFromPath` methods.

@@ -20,0 +20,0 @@ ```js

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

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