Huge News!Announcing our $40M Series B led by Abstract Ventures.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.9.5 to 0.9.6

4

package.json
{
"name": "fold",
"version": "0.9.5",
"version": "0.9.6",
"description": "FOLD file format for origami models, crease patterns, etc.",

@@ -11,3 +11,3 @@ "main": "lib/index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "coffee --no-header --bare -o lib -c src",
"prepare": "coffee --no-header --bare -o lib -c src",
"dist": "browserify -t coffeeify --extension=.coffee -r ./src/index.coffee:fold -o dist/fold.js"

@@ -14,0 +14,0 @@ },

@@ -43,4 +43,10 @@ # FOLD [[spec](doc/spec.md), [viewer](https://edemaine.github.io/fold/examples/foldviewer.html), [API](doc/api.md)]

Here is software supporting the FOLD format, built both within this project
and by other people:
* [FOLD viewer](https://edemaine.github.io/fold/examples/foldviewer.html)
loads and display a given .fold file, useful for visualization and testing
* Amanda Ghassaei's
[Origami Simulator](https://github.com/amandaghassaei/OrigamiSimulator)
supports FOLD input and output

@@ -47,0 +53,0 @@ ## [FOLD JavaScript Library](https://github.com/edemaine/fold/tree/master/doc/api.md)

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