New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@freesewing/plugin-annotations

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freesewing/plugin-annotations - npm Package Compare versions

Comparing version
4.0.0-rc.4
to
4.0.0-rc.5
+21
i18n/de.json
{
"canvas": "canvas",
"cut": "Cut",
"cutOnFold": "Cut on fold",
"cutOnFoldAndGrainline": "Cut on fold / Grainline",
"fabric": "main fabric",
"facing": "facing",
"from": "from",
"fusible": "fusible interfacing",
"interfacing": "interfacing",
"lining": "lining",
"mirrored": "mirorred",
"noName": "No name",
"noVersion": "No version",
"onBias": "on the bias",
"onFold": "on the fold",
"onFoldAndBias": "on the fold, and on bias",
"sewTogether": "Sew together",
"theBlackOutideOfThisBoxShouldMeasure": "The (black) outside of this box should measure",
"theWhiteInsideOfThisBoxShouldMeasure": "The (white) inside of this box should measure"
}
{
"plugin-annotations:canvas": "canvas",
"plugin-annotations:cut": "Cut",
"plugin-annotations:cutOnFold": "Cut on fold",
"plugin-annotations:cutOnFoldAndGrainline": "Cut on fold / Grainline",
"plugin-annotations:fabric": "main fabric",
"plugin-annotations:altFabric1": "alternative fabric",
"plugin-annotations:altFabric2": "alternative fabric #2",
"plugin-annotations:altFabric3": "alternative fabric #3",
"plugin-annotations:altFabric4": "alternative fabric #4",
"plugin-annotations:facing": "facing",
"plugin-annotations:from": "from",
"plugin-annotations:fusible": "fusible interfacing",
"plugin-annotations:grainline": "Grainline",
"plugin-annotations:interfacing": "interfacing",
"plugin-annotations:lining": "lining",
"plugin-annotations:mirrored": "mirrored",
"plugin-annotations:noName": "No name",
"plugin-annotations:noVersion": "No version",
"plugin-annotations:onBias": "on the bias",
"plugin-annotations:onFold": "on the fold",
"plugin-annotations:onFoldAndBias": "on the fold, and on bias",
"plugin-annotations:sewTogether": "Sew together",
"plugin-annotations:supportFreeSewingBecomeAPatron": "Support FreeSewing, become a patron",
"plugin-annotations:theBlackOutsideOfThisBoxShouldMeasure": "The (black) outside of this box should measure",
"plugin-annotations:theWhiteInsideOfThisBoxShouldMeasure": "The (white) inside of this box should measure"
}
{
"canvas": "canvas",
"cut": "Cut",
"cutOnFold": "Cut on fold",
"cutOnFoldAndGrainline": "Cut on fold / Grainline",
"fabric": "main fabric",
"facing": "facing",
"from": "from",
"fusible": "fusible interfacing",
"interfacing": "interfacing",
"lining": "lining",
"mirrored": "mirorred",
"noName": "No name",
"noVersion": "No version",
"onBias": "on the bias",
"onFold": "on the fold",
"onFoldAndBias": "on the fold, and on bias",
"sewTogether": "Sew together",
"theBlackOutideOfThisBoxShouldMeasure": "The (black) outside of this box should measure",
"theWhiteInsideOfThisBoxShouldMeasure": "The (white) inside of this box should measure"
}
{
"canvas": "canvas",
"cut": "Cut",
"cutOnFold": "Cut on fold",
"cutOnFoldAndGrainline": "Cut on fold / Grainline",
"fabric": "main fabric",
"facing": "facing",
"from": "from",
"fusible": "fusible interfacing",
"interfacing": "interfacing",
"lining": "lining",
"mirrored": "mirorred",
"noName": "No name",
"noVersion": "No version",
"onBias": "on the bias",
"onFold": "on the fold",
"onFoldAndBias": "on the fold, and on bias",
"sewTogether": "Sew together",
"theBlackOutideOfThisBoxShouldMeasure": "The (black) outside of this box should measure",
"theWhiteInsideOfThisBoxShouldMeasure": "The (white) inside of this box should measure"
}
import en from './en.json' with { type: 'json' }
export const i18n = { en }
{
"canvas": "canvas",
"cut": "Cut",
"cutOnFold": "Cut on fold",
"cutOnFoldAndGrainline": "Cut on fold / Grainline",
"fabric": "main fabric",
"facing": "facing",
"from": "from",
"fusible": "fusible interfacing",
"interfacing": "interfacing",
"lining": "lining",
"mirrored": "mirorred",
"noName": "No name",
"noVersion": "No version",
"onBias": "on the bias",
"onFold": "on the fold",
"onFoldAndBias": "on the fold, and on bias",
"sewTogether": "Sew together",
"theBlackOutideOfThisBoxShouldMeasure": "The (black) outside of this box should measure",
"theWhiteInsideOfThisBoxShouldMeasure": "The (white) inside of this box should measure"
}
{
"canvas": "canvas",
"cut": "Cut",
"cutOnFold": "Cut on fold",
"cutOnFoldAndGrainline": "Cut on fold / Grainline",
"fabric": "main fabric",
"facing": "facing",
"from": "from",
"fusible": "fusible interfacing",
"interfacing": "interfacing",
"lining": "lining",
"mirrored": "mirorred",
"noName": "No name",
"noVersion": "No version",
"onBias": "on the bias",
"onFold": "on the fold",
"onFoldAndBias": "on the fold, and on bias",
"sewTogether": "Sew together",
"theBlackOutideOfThisBoxShouldMeasure": "The (black) outside of this box should measure",
"theWhiteInsideOfThisBoxShouldMeasure": "The (white) inside of this box should measure"
}
+5
-3
{
"name": "@freesewing/plugin-annotations",
"version": "4.0.0-rc.4",
"version": "4.0.0-rc.5",
"description": "A FreeSewing plugin that provides pattern annotations",

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

"peerDependencies": {
"@freesewing/core": "4.0.0-rc.4"
"@freesewing/core": "4.0.0-rc.5"
},

@@ -50,3 +50,5 @@ "dependencies": {},

"files": [
"src/**",
"src/",
"i18n/",
"about.json",
"README.md"

@@ -53,0 +55,0 @@ ],