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

egg-born-module-a-base-sync

Package Overview
Dependencies
Maintainers
1
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-born-module-a-base-sync - npm Package Compare versions

Comparing version 4.8.37 to 4.8.38

5

backend/src/bean/bean.util.js
const require3 = require('require3');
const currency = require3('@zhennann/currency').default;
const moment = require3('moment');

@@ -29,2 +30,6 @@ const mparse = require3('egg-born-mparse').default;

currency(options) {
return currency(options);
}
moment(date) {

@@ -31,0 +36,0 @@ return moment(date);

3

package.json
{
"name": "egg-born-module-a-base-sync",
"version": "4.8.37",
"version": "4.8.38",
"title": "Base",

@@ -23,2 +23,3 @@ "eggBornModule": {

"@koa/cors": "^3.0.0",
"@zhennann/currency": "^1.0.2",
"@zhennann/trim-html": "^0.1.12",

@@ -25,0 +26,0 @@ "exceljs": "^4.3.0",

Sorry, the diff of this file is too big to display

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