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.3 to 2.2.4

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -391,2 +391,6 @@ // TODO need to find a better way to test the 32bit/64bit specific scenarios

values.should.have.property('newline')
values['newline'].type.should.eql('REG_SZ')
values['newline'].value.should.eql('new\\nline')
done()

@@ -455,2 +459,6 @@ })

values.should.have.property('newline')
values['newline'].type.should.eql('REG_SZ')
values['newline'].value.should.eql('new\\nline')
done()

@@ -497,2 +505,6 @@ })

values.should.have.property('newline')
values['newline'].type.should.eql('REG_SZ')
values['newline'].value.should.eql('new\\nline')
done()

@@ -539,2 +551,6 @@ })

values.should.have.property('newline')
values['newline'].type.should.eql('REG_SZ')
values['newline'].value.should.eql('new\\nline')
done()

@@ -581,2 +597,7 @@ })

value: '值 test for non-English environment'
},
'newline': {
type: 'reg_sz',
value: 'new\nline'
}

@@ -583,0 +604,0 @@ }

Sorry, the diff of this file is not supported yet

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