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

@hammerstone/refine-vue2-dev

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hammerstone/refine-vue2-dev - npm Package Compare versions

Comparing version 1.0.1673275245 to 1.0.1673298475

6

package.json

@@ -21,3 +21,3 @@ {

],
"version": "1.0.1673275245",
"version": "1.0.1673298475",
"scripts": {

@@ -32,3 +32,4 @@ "test": "jest ./tests",

"peerDependencies": {
"vue": "*"
"vue": "*",
"@vue/composition-api": "^1.4.2"
},

@@ -41,3 +42,2 @@ "peerDependenciesMeta": {

"dependencies": {
"@vue/composition-api": "^1.4.2",
"vue-demi": "^0.12.1"

@@ -44,0 +44,0 @@ },

@@ -7,4 +7,11 @@ import { RefineNativeDatePicker } from '../components/base/inputs';

options = {
// By default, we register the NativeDatePicker as the default picker.
// This works with no dependencies and in every browser. If they want
// to register their own picker, they can pass in a new component.
DatePicker: RefineNativeDatePicker,
// Don't add the data-locator to each element by default.
showLocators: false,
// User's options last, so they override ours.
...options,

@@ -15,2 +22,3 @@ };

// No use passing this on.
delete options.DatePicker;

@@ -17,0 +25,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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