@freesewing/plugin-annotations
Advanced tools
+1
-1
| { | ||
| "id": "plugin-annotations", | ||
| "description": "A FreeSewing plugin that provides pattern annotations", | ||
| "version": "4.4.0" | ||
| "version": "4.4.1" | ||
| } |
+2
-2
| { | ||
| "name": "@freesewing/plugin-annotations", | ||
| "version": "4.4.0", | ||
| "version": "4.4.1", | ||
| "description": "A FreeSewing plugin that provides pattern annotations", | ||
@@ -39,3 +39,3 @@ "author": "Joost De Cock <joost@joost.at> (https://codeberg.org/joostdecock)", | ||
| "peerDependencies": { | ||
| "@freesewing/core": "4.4.0" | ||
| "@freesewing/core": "4.4.1" | ||
| }, | ||
@@ -42,0 +42,0 @@ "dependencies": {}, |
+4
-1
@@ -178,3 +178,6 @@ const capitalize = (string) => | ||
| else if (onBias) notes.push('plugin-annotations:onBias') | ||
| notes.push('plugin-annotations:from', 'plugin-annotations:' + material) | ||
| notes.push( | ||
| 'plugin-annotations:from', | ||
| (material.includes(':') ? '' : 'plugin-annotations:') + material | ||
| ) | ||
| /* | ||
@@ -181,0 +184,0 @@ * Force a line break between materials |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
73382
0.09%2160
0.14%