Socket
Socket
Sign inDemoInstall

@vant/touch-emulator

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vant/touch-emulator - npm Package Compare versions

Comparing version 1.3.2 to 1.4.0

build.js

9

changelog.md
# Changelog
### [v1.4.0]
`2022-08-06`
- support `.mjs` extension
### [v1.3.1]

@@ -13,3 +20,3 @@

- add SSR support [\#8767](https://github.com/youzan/vant/pull/8767)
- add SSR support [\#8767](https://github.com/vant-ui/vant/pull/8767)

@@ -16,0 +23,0 @@ ### [v1.2.0]

22

package.json
{
"name": "@vant/touch-emulator",
"version": "1.3.2",
"version": "1.4.0",
"description": "Vant touch emulator",
"main": "index.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"scripts": {
"build": "node ./build.js",
"prepare": "pnpm build"
},
"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-touch-emulator"
"repository": {
"type": "git",
"url": "https://github.com/vant-ui/vant.git",
"directory": "packages/vant-touch-emulator"
},
"bugs": "https://github.com/vant-ui/vant/issues",
"author": "chenjiahan",
"license": "MIT"
}

@@ -7,12 +7,11 @@ # Vant Touch Emulator

#### NPM
```shell
npm i @vant/touch-emulator -S
```
# with npm
npm i @vant/touch-emulator
#### YARN
# with yarn
yarn add @vant/touch-emulator
```shell
yarn add @vant/touch-emulator
# with pnpm
pnpm add @vant/touch-emulator
```

@@ -31,3 +30,3 @@

```html
<script src="https://cdn.jsdelivr.net/npm/@vant/touch-emulator"></script>
<script src="https://fastly.jsdelivr.net/npm/@vant/touch-emulator"></script>
```

@@ -34,0 +33,0 @@

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