New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xe-utils

Package Overview
Dependencies
Maintainers
1
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xe-utils - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

package.json
{
"name": "xe-utils",
"version": "1.0.1",
"version": "1.0.2",
"description": "xe-utils 提供一整套实用函数式编程功能",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/xlz26296/xe-utils.git"
"url": "git+https://github.com/xuliangzhan/xe-utils.git"
},

@@ -27,5 +27,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/xlz26296/xe-utils/issues"
"url": "https://github.com/xuliangzhan/xe-utils/issues"
},
"homepage": "https://github.com/xlz26296/xe-utils#readme"
"homepage": "https://github.com/xuliangzhan/xe-utils#readme"
}

@@ -11,3 +11,3 @@ # xe-utils 提供一整套实用函数式编程功能

``` shell
import { dateToString, stringToDate } from 'xe-utils/core'
import { dateToString, stringToDate } from 'xe-utils'

@@ -18,3 +18,3 @@ let dateStr = dateToString(new Date())

### 如果是全局安装,通过实例调用this.$ajax函数this默认指向当前vue实例
### 如果是全局安装,通过实例调用this.$utils函数this默认指向当前vue实例
``` shell

@@ -21,0 +21,0 @@ import Vue from 'vue'

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