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-beta.3 to 2.0.0-beta.4

2

dist/database.js
import { Database, install, use } from '@vuex-orm/core';
import DatePlugin from '@/plugins/Date';
import DatePlugin from './plugins/Date';
use(DatePlugin);

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

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

import DateType from '@/plugins/Date/DateType';
import DateType from './DateType';
const plugin = {

@@ -3,0 +3,0 @@ install(components) {

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

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

"scripts": {
"build": "yarn lint && yarn test && tsc --rootDir src && rm -rf dist/{plugins,types/plugins}",
"build": "yarn lint && yarn test && tsc --rootDir src && rm -rf dist/types/plugins",
"lint": "eslint . --ext .ts",

@@ -12,0 +12,0 @@ "test": "jest",

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