Socket
Socket
Sign inDemoInstall

qiao-json

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qiao-json - npm Package Compare versions

Comparing version 3.0.6 to 3.1.1

4

package.json
{
"name": "qiao-json",
"version": "3.0.6",
"version": "3.1.1",
"description": "nodejs json data",

@@ -38,3 +38,3 @@ "author": "uikoo9 <uikoo9@qq.com>",

},
"gitHead": "b3127b7153dbf2450b1e8615d7957090b14072e1"
"gitHead": "f1a085d1734d0c5ed4f18b9a2a48421095c4e2e8"
}

@@ -25,2 +25,14 @@ ## qiao-json

console.log(json);
// success
{ success: true, msg: 'test', type: 'success', obj: {} }
// info
{ success: true, msg: 'test', type: 'info', obj: {} }
// warning
{ success: true, msg: 'test', type: 'warning', obj: {} }
// danger
{ success: true, msg: 'test', type: 'danger', obj: {} }
```
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