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-patch12 to 1.3.2-patch13

build-node/binding.Makefile

6

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

@@ -9,4 +9,4 @@ "main": "dist/lib/index.js",

"install": "yarn run prebuild-install || yarn run gyp-rebuild",
"prebuild-install": "prebuild-install -t 8.2.1 -r node && move build build-node && prebuild-install -t 1.8.2 -r electron && move build build-electron && prebuild-install",
"gyp-rebuild": "node-gyp rebuild && move build build-node",
"prebuild-install": "prebuild-install -t 8.2.1 -r node && (move build build-node || mv build build-node) && prebuild-install -t 1.8.2 -r electron && (mv build build-electron || move build build-electron) && prebuild-install",
"gyp-rebuild": "node-gyp rebuild && (mv build build-node || move build build-node)",
"build": "tsc",

@@ -13,0 +13,0 @@ "pretest": "yarn build",

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