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

gerber-to-svg

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gerber-to-svg - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

lib/drill-parser.js

@@ -40,2 +40,6 @@ (function() {

this.fmat = block;
} else if (block === 'M30' || block === 'M00') {
command.set = {
done: true
};
} else if (block === INCH_COMMAND[this.fmat] || block.match(/INCH/)) {

@@ -42,0 +46,0 @@ this.format.places = [2, 4];

2

lib/plotter.js

@@ -198,3 +198,3 @@ (function() {

} else {
this.done = true;
throw new Error('end of drill file encountered before M00/M30 command');
}

@@ -201,0 +201,0 @@ } else {

{
"name": "gerber-to-svg",
"version": "0.1.5",
"version": "0.1.6",
"description": "Gerber and NC drill file to SVG converter",

@@ -5,0 +5,0 @@ "main": "lib/gerber-to-svg.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