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.0.1 to 0.0.2

2

lib/plotter.js

@@ -328,2 +328,3 @@ (function() {

case 'SR':
this.finishTrace();
this.finishStepRepeat();

@@ -355,2 +356,3 @@ this.stepRepeat.x = Number((_ref1 = (_ref2 = block.match(/X\d+/)) != null ? _ref2[0].slice(1) : void 0) != null ? _ref1 : 1);

case 'LP':
this.finishTrace();
p = block[2];

@@ -357,0 +359,0 @@ if (!(p === 'D' || p === 'C')) {

2

package.json
{
"name": "gerber-to-svg",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gerber file to SVG converter",

@@ -5,0 +5,0 @@ "main": "lib/gerber-to-svg.js",

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