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

@tarojs/shared

Package Overview
Dependencies
Maintainers
2
Versions
649
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarojs/shared - npm Package Compare versions

Comparing version 3.0.0-rc.6 to 3.0.0

2

dist/components.d.ts

@@ -17,2 +17,4 @@ interface Components {

animation: string;
bindAnimationStart: string;
bindAnimationIteration: string;
bindAnimationEnd: string;

@@ -19,0 +21,0 @@ bindTransitionEnd: string;

9

dist/index.js

@@ -96,6 +96,5 @@ 'use strict';

function ensure(condition, msg) {
if (condition) {
return;
if (!condition) {
throw new Error(msg + '\n' + reportIssue);
}
throw new Error(msg + '\n' + reportIssue);
}

@@ -131,3 +130,3 @@ function warn(condition, msg) {

};
var View = Object.assign({ 'hover-class': singleQuote('none'), 'hover-stop-propagation': 'false', 'hover-start-time': '50', 'hover-stay-time': '400', animation: '', bindAnimationEnd: '', bindTransitionEnd: '' }, touchEvents);
var View = Object.assign({ 'hover-class': singleQuote('none'), 'hover-stop-propagation': 'false', 'hover-start-time': '50', 'hover-stay-time': '400', animation: '', bindAnimationStart: '', bindAnimationIteration: '', bindAnimationEnd: '', bindTransitionEnd: '' }, touchEvents);
var Icon = {

@@ -684,5 +683,7 @@ type: '',

'checkbox',
'picker',
'picker-view',
'radio',
'slider',
'switch',
'textarea'

@@ -689,0 +690,0 @@ ]);

@@ -76,6 +76,5 @@ function isString(o) {

function ensure(condition, msg) {
if (condition) {
return;
if (!condition) {
throw new Error(msg + '\n' + reportIssue);
}
throw new Error(msg + '\n' + reportIssue);
}

@@ -111,3 +110,3 @@ function warn(condition, msg) {

};
const View = Object.assign({ 'hover-class': singleQuote('none'), 'hover-stop-propagation': 'false', 'hover-start-time': '50', 'hover-stay-time': '400', animation: '', bindAnimationEnd: '', bindTransitionEnd: '' }, touchEvents);
const View = Object.assign({ 'hover-class': singleQuote('none'), 'hover-stop-propagation': 'false', 'hover-start-time': '50', 'hover-stay-time': '400', animation: '', bindAnimationStart: '', bindAnimationIteration: '', bindAnimationEnd: '', bindTransitionEnd: '' }, touchEvents);
const Icon = {

@@ -664,5 +663,7 @@ type: '',

'checkbox',
'picker',
'picker-view',
'radio',
'slider',
'switch',
'textarea'

@@ -669,0 +670,0 @@ ]);

{
"name": "@tarojs/shared",
"version": "3.0.0-rc.6",
"version": "3.0.0",
"description": "> TODO: description",

@@ -27,3 +27,3 @@ "author": "yuche <i@yuche.me>",

},
"gitHead": "bc434e518984debc6c102c7f8ba7610726fc6513"
"gitHead": "4c8a5ea9758f9c1c7e1efd1c9f4271a55c8feb97"
}

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