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

vuex-orm-decorators

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuex-orm-decorators - npm Package Compare versions

Comparing version 2.0.0-rc.1 to 2.0.0-rc.2

2

dist/plugins/Date/DateType.js

@@ -27,3 +27,3 @@ import { Type } from '@vuex-orm/core';

}
if (value === undefined && !this.value) {
if ((value === undefined || value === null) && !this.value) {
return null;

@@ -30,0 +30,0 @@ }

{
"name": "vuex-orm-decorators",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"description": "Simple Typescript decorators to improve the vuex-orm experience in Typescript by introducing typed property access.",

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

"type": "git",
"url": "git+https://github.com/TiBianMod/vuex-orm-decorators.git"
"url": "git@github.com:TiBianMod/vuex-orm-decorators.git"
},

@@ -28,0 +28,0 @@ "author": "TiBianMod <tibianmod@gmail.com>",

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