Socket
Socket
Sign inDemoInstall

@opentiny/vue-renderless

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-renderless - npm Package Compare versions

Comparing version 3.8.2 to 3.8.3

1

common/bigInt.js

@@ -130,2 +130,3 @@ import "../chunk-PKUHTIDK.js";

this.decimal = convertBigInt(decimalStr);
this.decimalLen = decimalStr.length;
} else {

@@ -132,0 +133,0 @@ this.nan = true;

2

common/index.js

@@ -254,3 +254,3 @@ import "../chunk-PKUHTIDK.js";

};
const version = "3.8.2";
const version = "3.8.3";
const log = (data, type = "log") => {

@@ -257,0 +257,0 @@ uLog.logger[type](data);

@@ -25,3 +25,3 @@ import "../chunk-PKUHTIDK.js";

import * as common from ".";
const version = "3.8.2";
const version = "3.8.3";
const Renderless = {

@@ -28,0 +28,0 @@ browser,

@@ -195,3 +195,2 @@ import {

state.userInput = value;
api.setCurrentValue(value === "-" ? 0 : value);
};

@@ -198,0 +197,0 @@ const handleInputChange = ({ api }) => (event) => {

{
"name": "@opentiny/vue-renderless",
"version": "3.8.2",
"version": "3.8.3",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",

@@ -5,0 +5,0 @@ "homepage": "https://opentiny.design/tiny-vue",

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