New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cypress/registry-js

Package Overview
Dependencies
Maintainers
9
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cypress/registry-js - npm Package Compare versions

Comparing version 1.3.2-patch21 to 1.3.2-patch22

2

package.json
{
"name": "@cypress/registry-js",
"version": "1.3.2-patch21",
"version": "1.3.2-patch22",
"description": "A simple and opinionated library for working with the Windows registry",

@@ -5,0 +5,0 @@ "main": "dist/lib/index.js",

@@ -13,7 +13,8 @@ const path = require('path')

try {
const cmd = path.join(
__dirname,
'../node_modules/.bin/prebuild-install' + (process.platform === 'win32' ? '.cmd' : '')
) + ' ' + cmdline
log('Running ' + cmd)
return execSync(
path.join(
__dirname,
'../node_modules/.bin/prebuild-install' + (process.platform === 'win32' ? '.cmd' : '')
) + ' ' +
cmdline,

@@ -20,0 +21,0 @@ { stdio: 'inherit' }

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