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

@opentiny/vue-numeric

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-numeric - npm Package Compare versions

Comparing version 3.1.0-alpha.0 to 3.4.7

index.d.ts

2

lib/index.js

@@ -175,4 +175,4 @@ import { $prefix, $props, $setup } from '@opentiny/vue-common';

};
Numeric.version = '3.1.0-alpha.0';
Numeric.version = '3.4.7';
export { Numeric as default };

@@ -74,5 +74,5 @@ import { renderless, api } from '@opentiny/vue-renderless/numeric/vue';

}]),
onMousewheelPassive: _cache[9] || (_cache[9] = function () {
onMousewheel: _cache[9] || (_cache[9] = withModifiers(function () {
return _ctx.mouseEvent && _ctx.mouseEvent.apply(_ctx, arguments);
})
}, ["prevent"]))
}, [$props.controls && !$props.unit ? withDirectives((openBlock(), createElementBlock("span", {

@@ -79,0 +79,0 @@ key: 0,

{
"name": "@opentiny/vue-numeric",
"version": "3.1.0-alpha.0",
"version": "3.4.7",
"description": "",

@@ -12,10 +12,11 @@ "main": "lib/index.js",

"dependencies": {
"@opentiny/vue-common": "~3.1.0-alpha.0",
"@opentiny/vue-icon": "~3.1.0-alpha.0",
"@opentiny/vue-renderless": "~3.1.0-alpha.0",
"@opentiny/vue-theme": "~3.1.0-alpha.0",
"@opentiny/vue-theme-mobile": "~3.1.0-alpha.0"
"@opentiny/vue-common": "~3.4.7",
"@opentiny/vue-icon": "~3.4.7",
"@opentiny/vue-renderless": "~3.4.0",
"@opentiny/vue-theme": "~3.4.0",
"@opentiny/vue-theme-mobile": "~3.4.0"
},
"license": "MIT",
"types": "index.d.ts",
"sideEffects": false
}
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