Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@freesewing/plugin-round

Package Overview
Dependencies
Maintainers
2
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freesewing/plugin-round - npm Package Compare versions

Comparing version
4.0.0
to
4.0.1-rc.1
+3
-2
about.json
{
"version": "4.0.0-rc.8",
"name": "plugin-round"
"id": "plugin-round",
"description": "A FreeSewing plugin to round corners",
"version": "4.0.1-rc.1"
}
+8
-10
{
"name": "@freesewing/plugin-round",
"version": "4.0.0",
"version": "4.0.1-rc.1",
"description": "A FreeSewing plugin to round corners",

@@ -18,10 +18,8 @@ "author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",

"freesewing",
"plugin",
"sewing pattern",
"sewing",
"design",
"diy",
"fashion",
"made to measure",
"parametric design",
"made to measure",
"diy",
"fashion"
"sewing"
],

@@ -42,3 +40,3 @@ "type": "module",

"peerDependencies": {
"@freesewing/core": "4.0.0"
"@freesewing/core": "4.0.1-rc.1"
},

@@ -58,3 +56,3 @@ "dependencies": {},

"access": "public",
"tag": "latest"
"tag": "next"
},

@@ -64,2 +62,2 @@ "engines": {

}
}
}

@@ -10,3 +10,4 @@ import about from '../about.json' with { type: 'json' }

export const plugin = {
...about,
name: about.id,
version: about.version,
macros: {

@@ -13,0 +14,0 @@ round: function (mc, { points, paths, Point, Path, store }) {