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

fold

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fold - npm Package Compare versions

Comparing version 0.10.3 to 0.10.4

doc/tutorial/v.fold

2

lib/convert.js

@@ -224,3 +224,3 @@

convert.edges_vertices_to_vertices_edges_sorted(fold);
return convert.vertices_edges_to_faces_vertices(fold);
return convert.vertices_edges_to_faces_vertices_edges(fold);
};

@@ -227,0 +227,0 @@

@@ -310,13 +310,4 @@ var RepeatedPointsDS, filter, geom,

*/
var i, vertex;
i = geom.closestIndex(coords, (function() {
var k, len, ref, results;
ref = fold.vertices_coords;
results = [];
for (k = 0, len = ref.length; k < len; k++) {
vertex = ref[k];
results.push(vertex);
}
return results;
})());
var i;
i = geom.closestIndex(coords, fold.vertices_coords);
if ((i != null) && epsilon >= geom.dist(coords, fold.vertices_coords[i])) {

@@ -323,0 +314,0 @@ return i;

{
"name": "fold",
"version": "0.10.3",
"version": "0.10.4",
"description": "FOLD file format for origami models, crease patterns, etc.",

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