Socket
Socket
Sign inDemoInstall

blueflag-record

Package Overview
Dependencies
7
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.4 to 0.4.5

4

lib/__tests__/Record-test.js

@@ -356,3 +356,5 @@ "use strict";

expect(previous.merge(newData)._data.start).toBe(1984);
expect(previous.merge(new DateRecord(newData))._data.start).toBe(1984);
expect(previous.merge(new DateRecord({
start: 1984
}))._data.start).toBe(1984);
});

@@ -359,0 +361,0 @@ });

@@ -129,3 +129,3 @@ "use strict";

});
return _this.unit((0, _objectSpread2.default)({}, _this._data, updateValues(next._data || next)));
return _this.unit((0, _objectSpread2.default)({}, _this._data, next._data ? next._data : updateValues(next)));
}),

@@ -132,0 +132,0 @@ clear: nonEnumerable(function () {

{
"main": "lib/index.js",
"name": "blueflag-record",
"version": "0.4.4",
"version": "0.4.5",
"description": "An Unmutable compatible record",

@@ -6,0 +6,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc