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

mm_config

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mm_config - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

9

index.js

@@ -5,4 +5,4 @@ require("mm_expand");

* 重够配置,同步保存
* @param {Object} _config
* @param {String} _jsonFile
* @param {Object} _config 配置对象
* @param {String} _jsonFile 配置文件
*/

@@ -13,2 +13,5 @@ module.exports = function(_config, _jsonFile) {

}
if (!_config) {
_config = _jsonFile.loadJson();
}
return new Proxy(_config, {

@@ -22,2 +25,2 @@ set: function(obj, prop, value) {

});
}
}
{
"name": "mm_config",
"version": "1.0.4",
"version": "1.0.5",
"description": "这是超级美眉配置同步器,用于更改配置同步保存为JSON文件",

@@ -5,0 +5,0 @@ "main": "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