Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

trianglify

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trianglify - npm Package Compare versions

Comparing version 0.3.1 to 0.4.0

8

package.json
{
"name": "trianglify",
"version": "0.3.1",
"version": "0.4.0",
"description": "Trianglify is a javascript library for generating colorful triangle meshes that can be used as SVG images and CSS backgrounds.",

@@ -10,7 +10,7 @@ "main": "lib/trianglify.js",

"delaunay-fast": "^1.0.1",
"jsdom": "^3.1.2",
"jsdom": "^7.0.2",
"seedrandom": "^2.3.11"
},
"optionalDependencies": {
"canvas": "^1.2.3"
"canvas": "^1.3.0"
},

@@ -30,3 +30,3 @@ "directories": {

"author": "Quinn Rohlf <qr@qrohlf.com>",
"license": "GPLv3",
"license": "GPL-3.0",
"bugs": {

@@ -33,0 +33,0 @@ "url": "https://github.com/qrohlf/trianglify/issues"

@@ -10,6 +10,4 @@ # Trianglify [![Build Status](https://travis-ci.org/qrohlf/trianglify.svg?branch=master)](https://travis-ci.org/qrohlf/trianglify)

Version 0.2.0 represents a ground-up rewrite of the original which eliminates the dependency on d3.js, streamlines rendering, and reworks the API for consistiency and ease-of-use.
*v0.1.x users should note that the API for Trianglify has changed significantly in later releases and is not backwards-compatible*
*v0.1.x users should note that the v0.2.0 API has changed significantly and is not backwards-compatible*
# Getting Trianglify

@@ -27,3 +25,3 @@

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.2.1/trianglify.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.4.0/trianglify.min.js"></script>
```

@@ -41,3 +39,3 @@

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.2.0/trianglify.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/trianglify/0.4.0/trianglify.min.js"></script>
<script>

@@ -157,2 +155,2 @@ var pattern = Trianglify({

Trianglify is GPLv3 licensed. Please [contact me](mailto:qr@qrohlf.com) if you are interested in purchasing Trianglify under an alternative license.
Trianglify is GPLv3 licensed. Please [contact me](mailto:qr@qrohlf.com) if you are interested in purchasing Trianglify under an alternative license.

Sorry, the diff of this file is not supported yet

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