Socket
Socket
Sign inDemoInstall

libnpmexec

Package Overview
Dependencies
Maintainers
6
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libnpmexec - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/cache-install-dir.js

@@ -15,3 +15,3 @@ const crypto = require('crypto')

crypto.createHash('sha512')
.update(packages.sort((a, b) => a.localeCompare(b)).join('\n'))
.update(packages.sort((a, b) => a.localeCompare(b, 'en')).join('\n'))
.digest('hex')

@@ -18,0 +18,0 @@ .slice(0, 16)

@@ -146,3 +146,3 @@ const { delimiter, dirname, resolve } = require('path')

.map(mani => mani._from)
.sort((a, b) => a.localeCompare(b))
.sort((a, b) => a.localeCompare(b, 'en'))

@@ -149,0 +149,0 @@ // no need to install if already present

{
"name": "libnpmexec",
"version": "1.1.0",
"version": "1.1.1",
"files": [

@@ -5,0 +5,0 @@ "lib"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc