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

@turf/bezier

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/bezier - npm Package Compare versions

Comparing version 3.13.0 to 3.14.0

8

index.js

@@ -16,2 +16,3 @@ var linestring = require('@turf/helpers').lineString;

* @returns {Feature<LineString>} curved line
* @addToMap line, curved
* @example

@@ -39,8 +40,3 @@ * var line = {

*
* var result = {
* "type": "FeatureCollection",
* "features": [line, curved]
* };
*
* //=result
* //=curved
*/

@@ -47,0 +43,0 @@ module.exports = function (line, resolution, sharpness) {

{
"name": "@turf/bezier",
"version": "3.13.0",
"version": "3.14.0",
"description": "turf bezier module",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -41,8 +41,3 @@ # @turf/bezier

var result = {
"type": "FeatureCollection",
"features": [line, curved]
};
//=result
//=curved
```

@@ -49,0 +44,0 @@

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