Socket
Socket
Sign inDemoInstall

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 1.1.6 to 1.1.7

6

package.json
{
"name": "vuex-orm-decorators",
"version": "1.1.6",
"version": "1.1.7",
"description": "Simple Typescript decorators to improve the vuex-orm experience in Typescript by introducing typed property access.",

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

"devDependencies": {
"@vuex-orm/core": "^0.32.0",
"typescript": "^3.5.3",
"@vuex-orm/core": "^0.32.1",
"typescript": "^3.6.2",
"vue": "^2.6.10",

@@ -29,0 +29,0 @@ "vuex": "^3.1.1"

@@ -46,3 +46,3 @@ import { Model, Attribute } from '@vuex-orm/core';

export function AttrField(defaultValue?: any) {
return Field(Model.string(defaultValue));
return Field(Model.attr(defaultValue));
}

@@ -49,0 +49,0 @@

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