New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bf-lib-browser

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bf-lib-browser - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

2

cache/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Cache_1 = require("./Cache");
exports.default = Cache_1.default;
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return Cache_1.default; } });
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./Types"), exports);

@@ -12,4 +12,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ConnectionType = void 0;
const bf_lib_1 = require("bf-lib");
exports.ConnectionType = bf_lib_1.ConnectionType;
Object.defineProperty(exports, "ConnectionType", { enumerable: true, get: function () { return bf_lib_1.ConnectionType; } });
const Auth_1 = require("./auth/Auth");

@@ -16,0 +17,0 @@ function bflib(settings) {

{
"name": "bf-lib-browser",
"version": "0.9.0",
"version": "0.9.1",
"private": false,

@@ -75,3 +75,3 @@ "description": "the standard library browser based clients using block-5 services",

"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"@types/node": "^14.0.5",
"commitizen": "^4.1.2",

@@ -81,7 +81,7 @@ "husky": "^4.2.5",

"prettier": "^2.0.5",
"ts-jest": "^25.5.1",
"ts-jest": "^26.0.0",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
"typescript": "^3.9.3"
}
}

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