Comparing version 2.2.3 to 2.2.4
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
164781
2277
3