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.6 to 0.0.7

18

lib/stratas/index.js

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

});
exports.createSchema = exports.calcContingencyReserveFundPerSquareFoot = void 0;
exports.default = void 0;

@@ -33,4 +33,2 @@ var _lodash = _interopRequireDefault(require("lodash"));

exports.calcContingencyReserveFundPerSquareFoot = calcContingencyReserveFundPerSquareFoot;
var createSchema = function createSchema(Mongoose) {

@@ -97,10 +95,8 @@ var StrataSchema = new Mongoose.Schema({

return StrataSchema;
}; // import * as colors from './colors';
//
// export { colors };
// export default {
// calcContingencyReserveFundPerSquareFoot,
// }
};
exports.createSchema = createSchema;
var _default = {
calcContingencyReserveFundPerSquareFoot: calcContingencyReserveFundPerSquareFoot,
createSchema: createSchema
};
exports.default = _default;
{
"name": "@buildingsblock/core",
"version": "0.0.6",
"version": "0.0.7",
"description": "Core code base for Buildingsblock",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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