Socket
Socket
Sign inDemoInstall

stl-exporter

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stl-exporter - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

coffeelint.json

4

build/AsciiSerializer.js

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.1
// Generated by CoffeeScript 1.9.2
(function() {

@@ -48,3 +48,3 @@ var AsciiSerializer, createBeautifiedFacetString, createFacetString, stream,

data = JSON.parse(data);
if (data.name) {
if (data.hasOwnProperty('name')) {
this.name = data.name;

@@ -51,0 +51,0 @@ this.push("solid " + this.name + "\n");

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.1
// Generated by CoffeeScript 1.9.2
(function() {

@@ -3,0 +3,0 @@ var BinarySerializer, TextDecoder, TextEncoder, bufferConverter, stream, textEncoding, writeStringToBufferView,

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.1
// Generated by CoffeeScript 1.9.2
(function() {

@@ -3,0 +3,0 @@ var bufferConverter, fs, mode, path, stlExporter, yaml;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.1
// Generated by CoffeeScript 1.9.2
(function() {

@@ -3,0 +3,0 @@ var createBeautifiedFacetString, createFacetString;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.1
// Generated by CoffeeScript 1.9.2
(function() {

@@ -3,0 +3,0 @@ var TextDecoder, TextEncoder, textEncoding, writeStringToBufferView;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.1
// Generated by CoffeeScript 1.9.2
(function() {

@@ -3,0 +3,0 @@ module.exports = function(vertexCoordinates, faceVertexIndices, faceNormalCoordinates) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.1
// Generated by CoffeeScript 1.9.2
(function() {

@@ -3,0 +3,0 @@ module.exports = function(vertexCoordinates, faceVertexIndices, faceNormalCoordinates) {

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.1
// Generated by CoffeeScript 1.9.2
(function() {

@@ -3,0 +3,0 @@ var stringifyFaceNormal, stringifyVector;

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 1.9.1
// Generated by CoffeeScript 1.9.2
(function() {

@@ -3,0 +3,0 @@ var AsciiSerializer, BinarySerializer, toAsciiStl, toBinaryStl;

{
"name": "stl-exporter",
"version": "0.3.1",
"version": "0.3.2",
"description": "Convert face-vertex, or polygon meshes to ascii and binary STLs",

@@ -15,3 +15,3 @@ "main": "build/index.js",

"build": "coffee -c -o build source",
"prepublish": "npm run build"
"prepublish": "npm run build && npm test"
},

@@ -18,0 +18,0 @@ "keywords": [

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