Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@buildingsblock/core

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buildingsblock/core - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/stratas/model.js

8

lib/stratas/index.js

@@ -6,2 +6,8 @@ "use strict";

});
Object.defineProperty(exports, "Model", {
enumerable: true,
get: function get() {
return _model.default;
}
});
exports.default = exports.calcContingencyReserveFundPerSquareFoot = void 0;

@@ -15,2 +21,4 @@

var _model = _interopRequireDefault(require("./model"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -17,0 +25,0 @@

5

package.json
{
"name": "@buildingsblock/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Core code base for Buildingsblock",

@@ -27,3 +27,4 @@ "main": "./lib/index.js",

"decimal.js": "^10.0.1",
"lodash": "4.17.10"
"lodash": "4.17.10",
"mongoose": "^5.2.1"
},

@@ -30,0 +31,0 @@ "devDependencies": {

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