beerbay-math
Advanced tools
Comparing version 1.0.4 to 1.0.5
73
index.js
@@ -6,4 +6,71 @@ "use strict"; | ||
}); | ||
exports.gino = void 0; | ||
var gino = '123'; | ||
exports.gino = gino; | ||
Object.defineProperty(exports, "getCartQuantity", { | ||
enumerable: true, | ||
get: function get() { | ||
return _cart.getCartQuantity; | ||
} | ||
}); | ||
Object.defineProperty(exports, "getCartPrice", { | ||
enumerable: true, | ||
get: function get() { | ||
return _cart.getCartPrice; | ||
} | ||
}); | ||
Object.defineProperty(exports, "getSelectedCountry", { | ||
enumerable: true, | ||
get: function get() { | ||
return _country.getSelectedCountry; | ||
} | ||
}); | ||
Object.defineProperty(exports, "getProductPrice", { | ||
enumerable: true, | ||
get: function get() { | ||
return _products.getProductPrice; | ||
} | ||
}); | ||
Object.defineProperty(exports, "getProductQuantity", { | ||
enumerable: true, | ||
get: function get() { | ||
return _products.getProductQuantity; | ||
} | ||
}); | ||
Object.defineProperty(exports, "packQuantity", { | ||
enumerable: true, | ||
get: function get() { | ||
return _shipping.packQuantity; | ||
} | ||
}); | ||
Object.defineProperty(exports, "packFreeQuantity", { | ||
enumerable: true, | ||
get: function get() { | ||
return _shipping.packFreeQuantity; | ||
} | ||
}); | ||
Object.defineProperty(exports, "getShippingGross", { | ||
enumerable: true, | ||
get: function get() { | ||
return _shipping.getShippingGross; | ||
} | ||
}); | ||
Object.defineProperty(exports, "getShippingFinal", { | ||
enumerable: true, | ||
get: function get() { | ||
return _shipping.getShippingFinal; | ||
} | ||
}); | ||
Object.defineProperty(exports, "getFullPrice", { | ||
enumerable: true, | ||
get: function get() { | ||
return _total.getFullPrice; | ||
} | ||
}); | ||
var _cart = require("./cart"); | ||
var _country = require("./country"); | ||
var _products = require("./products"); | ||
var _shipping = require("./shipping"); | ||
var _total = require("./total"); |
{ | ||
"name": "beerbay-math", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -8,3 +8,4 @@ "main": "index.js", | ||
"build": "./node_modules/.bin/babel src --out-dir lib", | ||
"copy": "cp package.json lib/", | ||
"test": "npm run build && cd lib && jest", | ||
"docs": "jsdoc src -d docs", | ||
"release": "./node_modules/.bin/babel src --out-dir lib && npm version patch --force && cp package.json lib/ && cd lib && npm publish" | ||
@@ -18,3 +19,6 @@ }, | ||
"@babel/core": "^7.11.5", | ||
"@babel/preset-env": "^7.11.5" | ||
"@babel/preset-env": "^7.11.5", | ||
"babel-watch": "^7.0.0", | ||
"jest": "^26.4.2", | ||
"jsdoc": "^3.6.5" | ||
}, | ||
@@ -21,0 +25,0 @@ "dependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
14152
17
444
6