Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

regedit

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

regedit - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

3

package.json
{
"name": "regedit",
"version": "2.2.5",
"version": "2.2.6",
"description": "Read, Write, List and do all sorts of funky stuff to the windows registry using node.js and windows script host",

@@ -33,4 +33,5 @@ "keywords": [

"devDependencies": {
"mocha": "^2.3.4",
"should": "^4.4.2"
}
}

@@ -7,5 +7,4 @@ # regedit

## Install
```
npm install --save regedit
```
[![NPM](https://nodei.co/npm/regedit.png)](https://nodei.co/npm/regedit/)
[![NPM](https://nodei.co/npm-dl/regedit.png)](https://nodei.co/npm/regedit/)

@@ -100,2 +99,4 @@ ## Example

**This operation will mutate the keys array**
Example:

@@ -159,5 +160,7 @@ ```javascript

Creates one or more keys in the registry
**This operation will mutate the keys array**
### regedit.deleteKey([String|Array], [Function])
Deletes one or more keys in the registry
**This operation will mutate the keys array**

@@ -164,0 +167,0 @@ ### regedit.putValue(Object, Function)

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