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

@freesewing/plugin-bin-pack

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freesewing/plugin-bin-pack - 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-bin-pack"
"id": "plugin-bin-pack",
"description": "A FreeSewing plugin that adds a bin-pack algorithm to the core library",
"version": "4.0.1-rc.1"
}
+8
-10
{
"name": "@freesewing/plugin-bin-pack",
"version": "4.0.0",
"version": "4.0.1-rc.1",
"description": "A FreeSewing plugin that adds a bin-pack algorithm to the core library",

@@ -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": {

}
}
}

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

export const plugin = {
...about,
name: about.id,
version: about.version,
store: [['pack', pack]],

@@ -8,0 +9,0 @@ }