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

@tarojs/runtime

Package Overview
Dependencies
Maintainers
2
Versions
650
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarojs/runtime - npm Package Compare versions

Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.2

1

dist/index.js

@@ -170,2 +170,3 @@ 'use strict';

domEv.currentTarget.dataset = Object.assign({}, element.dataset);
domEv.target.dataset = Object.assign({}, element.dataset);
}

@@ -172,0 +173,0 @@ return domEv;

@@ -167,2 +167,3 @@ function isString(o) {

domEv.currentTarget.dataset = Object.assign({}, element.dataset);
domEv.target.dataset = Object.assign({}, element.dataset);
}

@@ -169,0 +170,0 @@ return domEv;

4

package.json
{
"name": "@tarojs/runtime",
"version": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "taro runtime for mini apps.",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

},
"gitHead": "d040947e6366d2df983ba832e5400cd0968b50c0"
"gitHead": "b8ede9dbca24021afe711218dd514d72bd468fbf"
}

@@ -78,2 +78,3 @@ import { TaroNode } from './node'

domEv.currentTarget.dataset = { ...element.dataset }
domEv.target.dataset = { ...element.dataset }
}

@@ -80,0 +81,0 @@

Sorry, the diff of this file is not supported yet

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