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

pilas-bloques-models

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pilas-bloques-models - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

5

dist/src/context.d.ts
import { Schema } from 'mongoose';
export declare class Context {
online: Boolean;
browserId: Number;
browserId: string;
id: string;
userId: Number;
timestamp: string;
userId: string;
answers: Schema.Types.Mixed[];
}
export declare const ContextModel: import("@typegoose/typegoose").ReturnModelType<typeof Context, import("@typegoose/typegoose/lib/types").BeAnObject>;

8

dist/src/context.js

@@ -23,3 +23,3 @@ "use strict";

typegoose_1.prop({ required: true }),
__metadata("design:type", Number)
__metadata("design:type", String)
], Context.prototype, "browserId", void 0);

@@ -32,9 +32,5 @@ __decorate([

typegoose_1.prop({ required: true }),
__metadata("design:type", Number)
__metadata("design:type", String)
], Context.prototype, "userId", void 0);
__decorate([
typegoose_1.prop({ required: true }),
__metadata("design:type", String)
], Context.prototype, "timestamp", void 0);
__decorate([
typegoose_1.prop(),

@@ -41,0 +37,0 @@ __metadata("design:type", Array)

@@ -20,3 +20,3 @@ import { Ref } from '@typegoose/typegoose';

export declare class CompleteSolution extends BaseSolution {
ast: string;
ast: Schema.Types.Mixed[];
turboModeOn: boolean;

@@ -23,0 +23,0 @@ timestamp: string;

@@ -71,3 +71,3 @@ "use strict";

typegoose_1.prop({ required: true }),
__metadata("design:type", String)
__metadata("design:type", Array)
], CompleteSolution.prototype, "ast", void 0);

@@ -74,0 +74,0 @@ __decorate([

{
"name": "pilas-bloques-models",
"version": "1.2.1",
"version": "1.2.2",
"description": "Pilas Bloques models for development.",

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

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