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

snync

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snync - npm Package Compare versions

Comparing version
1.3.0
to
1.3.1
+6
-1
bin/snync.js

@@ -54,3 +54,8 @@ #!/usr/bin/env node

await testProject({ projectPath, log: console.log, debug: cli.flags.debug })
await testProject({
projectPath,
log: console.log,
debug: cli.flags.debug,
privatePackagesList: cli.flags.private
})
}
+1
-1
{
"name": "snync",
"version": "1.3.0",
"version": "1.3.1",
"description": "Mitigate security concerns of Dependency Confusion supply chain security risks",

@@ -5,0 +5,0 @@ "type": "module",