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

windows

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

windows - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

10

lib/registry.js

@@ -213,4 +213,10 @@ var fs = require('fs');

this[name] = new Entry(this, { name: name, value: value });
var params = [
// Handle '(Default)' value differently
var params = name === "(Default)" ? [
q(this.path), // parent's reg path
'/ve', // default value flag
'/d', this[name].raw, // registry formatted data
'/f'
] : [
q(this.path), // parent's reg path
'/v', q(name), // quoted value

@@ -314,2 +320,2 @@ '/t', this[name].type, // RegType

}
}
}

2

package.json

@@ -47,3 +47,3 @@ {

],
"version": "0.1.1"
"version": "0.1.2"
}
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