hadron-react-bson
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -55,3 +55,3 @@ 'use strict'; | ||
if (type === 6) { | ||
return ['*********', 'Editing documents with encrypted fields is not yet supported']; | ||
return ['*********', 'This field is encrypted']; | ||
} | ||
@@ -58,0 +58,0 @@ var val = 'Binary(\'' + truncate(buffer.toString(BASE_64), 100) + '\')'; |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/hadron-react/packages/hadron-react-bson", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"repository": { | ||
@@ -10,0 +10,0 @@ "type": "git", |
@@ -29,3 +29,3 @@ const React = require('react'); | ||
if (type === 6) { | ||
return ['*********', 'Editing documents with encrypted fields is not yet supported']; | ||
return ['*********', 'This field is encrypted']; | ||
} | ||
@@ -32,0 +32,0 @@ const val = `Binary('${truncate(buffer.toString(BASE_64), 100)}')`; |
@@ -100,3 +100,3 @@ const React = require('react'); | ||
it('sets the title', () => { | ||
expect(component.props().title).to.equal('Editing documents with encrypted fields is not yet supported'); | ||
expect(component.props().title).to.equal('This field is encrypted'); | ||
}); | ||
@@ -103,0 +103,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
84332
0