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 1.1.1 to 1.1.2

dist/types/model.d.ts

2

dist/database.js

@@ -19,3 +19,3 @@ import VuexORM from '@vuex-orm/core';

}());
export default ORMDatabase;
export { ORMDatabase };
//# sourceMappingURL=database.js.map
export { OrmModel } from './model';
export { ORMDatabase } from './database';
export { AttrField, BelongsToField, BelongsToManyField, BooleanField, Field, HasManyByField, HasManyField, HasManyThroughField, HasOneField, IncrementField, MorphManyField, MorphOneField, MorphToField, MorphToManyField, MorphedByManyField, NumberField, PrimaryKey, StringField } from './attributes';
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

import ORMDatabase from './database';
import { ORMDatabase } from './database';
/**

@@ -3,0 +3,0 @@ * Creates an vuex-orm Model

import { Model } from '@vuex-orm/core';
import { Plugin } from 'vuex';
export default class ORMDatabase {
export declare class ORMDatabase {
private static _ormDatabase;

@@ -5,0 +5,0 @@ private static _installed;

export { OrmModel } from './model';
export { ORMDatabase } from './database';
export { AttrField, BelongsToField, BelongsToManyField, BooleanField, Field, HasManyByField, HasManyField, HasManyThroughField, HasOneField, IncrementField, MorphManyField, MorphOneField, MorphToField, MorphToManyField, MorphedByManyField, NumberField, PrimaryKey, StringField } from './attributes';
{
"name": "vuex-orm-decorators",
"version": "1.1.1",
"version": "1.1.2",
"description": "Simple Typescript decorators to improve the vuex-orm experience in Typescript by introducing typed property access.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

import { Model } from '@vuex-orm/core';
import ORMDatabase from './database';
import { ORMDatabase } from './database';

@@ -4,0 +4,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

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