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

@fleettools/shared

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fleettools/shared - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+3
-2
package.json
{
"name": "@fleettools/shared",
"version": "0.2.0",
"version": "0.2.1",
"description": "Shared utilities and configuration for FleetTools",

@@ -27,4 +27,5 @@ "type": "module",

"scripts": {
"build": "bun build src/index.ts --outdir dist --target bun --format esm",
"build": "bun build src/index.ts --outdir dist --target node --format esm",
"build:bun": "bun build src/index.ts --outdir dist --target bun --format esm",
"build:node": "bun build src/index.ts --outdir dist --target node --format esm",
"dev": "bun --watch src/index.ts",

@@ -31,0 +32,0 @@ "test": "bun test",

Sorry, the diff of this file is too big to display