Socket
Socket
Sign inDemoInstall

blueflag-record

Package Overview
Dependencies
5
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.1.0

3

lib/Record.js

@@ -49,5 +49,2 @@ "use strict";

(0, _classCallCheck2.default)(this, Record);
(0, _defineProperty2.default)(this, "_data", void 0);
(0, _defineProperty2.default)(this, "_notSetValues", void 0);
(0, _defineProperty2.default)(this, "__UNMUTABLE_COMPATIBLE__", void 0);
(0, _defineProperty2.default)(this, "has", function (key) {

@@ -54,0 +51,0 @@ return (0, _has.default)(key)(_this._data);

3

package.json
{
"main": "lib/index.js",
"name": "blueflag-record",
"version": "0.0.4",
"version": "0.1.0",
"description": "An Unmutable compatible record",

@@ -35,3 +35,2 @@ "license": "MIT",

"babel-jest": "^23.6.0",
"babel-plugin-extract-flow-types": "^1.0.0",
"babel-preset-blueflag": "^1.0.0",

@@ -38,0 +37,0 @@ "flow-bin": "^0.83.0",

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