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.2.7 to 1.2.8

4

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

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

"devDependencies": {
"@vuex-orm/core": "^0.36",
"@vuex-orm/core": "0.36.0||<0.36.4",
"typescript": "^4.1",

@@ -29,0 +29,0 @@ "vue": "^2.6",

# vuex-orm-decorators
Decorator Syntax for Vuex ORM for better type safety and a better experience.
Decorator Syntax for Vuex ORM `<= v0.36.3` for better type safety and a better experience.

@@ -5,0 +5,0 @@ ![NPM](https://img.shields.io/npm/l/vuex-orm-decorators.svg) ![npm bundle size](https://img.shields.io/bundlephobia/min/vuex-orm-decorators.svg) ![GitHub issues](https://img.shields.io/github/issues/TiBianMod/vuex-orm-decorators.svg) ![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/TiBianMod/vuex-orm-decorators.svg) ![](https://img.shields.io/badge/types-Typescript-blue.svg)

import { Attribute, Model } from '@vuex-orm/core';
import Mutator from '@vuex-orm/core/dist/src/attributes/contracts/Mutator';
import Mutator from '@vuex-orm/core/lib/attributes/contracts/Mutator';

@@ -4,0 +4,0 @@ /**

import VuexORM, { Model } from '@vuex-orm/core';
import { Plugin } from 'vuex';
import { Options } from '@vuex-orm/core/dist/src/store/install';
import { Options } from '@vuex-orm/core/lib/store/install';

@@ -5,0 +5,0 @@ export class ORMDatabase {

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