Socket
Socket
Sign inDemoInstall

tools-verify

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

4

package.json
{
"name": "tools-verify",
"version": "1.0.4",
"version": "1.0.5",
"description": "集成常用工具类",
"main": "main.js",
"main": "src/main.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -1,11 +0,7 @@

// import verify from './verify/index.js'
// import tools from './tools/index.js'
import verify from './verify/index.js'
import tools from './tools/index.js'
// export default {
// verify,
// tools
// }
// exports.verify = verify
module.exports = require('./verify/index.js')
export default {
verify,
tools
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc