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

pilas-bloques-models

Package Overview
Dependencies
Maintainers
6
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.6 to 1.2.7

dist/src/staticAnalysis.d.ts

3

dist/src/context.d.ts

@@ -8,3 +8,6 @@ import { Answer } from './user';

answers: Answer[];
experimentGroup: ExperimentGroup;
}
declare type ExperimentGroup = 'treatment' | 'control' | 'notAffected';
export declare const ContextModel: import("@typegoose/typegoose").ReturnModelType<typeof Context, import("@typegoose/typegoose/lib/types").BeAnObject>;
export {};

@@ -37,2 +37,6 @@ "use strict";

], Context.prototype, "answers", void 0);
__decorate([
typegoose_1.prop(),
__metadata("design:type", String)
], Context.prototype, "experimentGroup", void 0);
Context = __decorate([

@@ -39,0 +43,0 @@ typegoose_1.modelOptions({ options: { allowMixed: typegoose_1.Severity.ALLOW } })

5

dist/src/solution.d.ts
import { Ref } from '@typegoose/typegoose';
import { Schema } from 'mongoose';
import { Context } from './context';
import { StaticAnalysis } from './staticAnalysis';
import { User } from './user';

@@ -9,5 +10,3 @@ export declare class BaseSolution {

program: string;
staticAnalysis: {
couldExecute: boolean;
};
staticAnalysis: StaticAnalysis;
executionResult: {

@@ -14,0 +13,0 @@ isTheProblemSolved: boolean;

@@ -30,2 +30,3 @@ "use strict";

var context_1 = require("./context");
var staticAnalysis_1 = require("./staticAnalysis");
var user_1 = require("./user");

@@ -49,3 +50,3 @@ var BaseSolution = /** @class */ (function () {

typegoose_1.prop({ required: true }),
__metadata("design:type", Object)
__metadata("design:type", staticAnalysis_1.StaticAnalysis)
], BaseSolution.prototype, "staticAnalysis", void 0);

@@ -52,0 +53,0 @@ __decorate([

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

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

"scripts": {
"prepublish": "rm -Rf dist && tsc"
"prepublish": "rm -Rf dist && tsc",
"release:patch": "npm version patch",
"release:minor": "npm version minor",
"release:major": "npm version major"
},

@@ -29,5 +32,6 @@ "repository": {

"eslint": "^7.8.1",
"release": "^6.3.1",
"typescript": "^4.0.2"
},
"types": "dist/index.d.ts"
}
}

@@ -0,3 +1,7 @@

¡Hola! :vulcan_salute: Este es un proyecto relacionado a [Pilas Bloques](https://pilasbloques.program.ar) :heart:. En el repositorio de ese proyecto encontrarás las guías sobre [cómo contribuir](https://github.com/Program-AR/pilas-bloques/blob/develop/CONTRIBUTING.md) y el [código de conducta](https://github.com/Program-AR/pilas-bloques/blob/develop/CODE_OF_CONDUCT.md), que son guías que aplican también a este proyecto.
Hi! :vulcan_salute: This is a project related to [Pilas Bloques](https://pilasbloques.program.ar) :heart:. In that project's repository you'll find the [contribution guidelines](https://github.com/Program-AR/pilas-bloques/blob/develop/CONTRIBUTING_en.md) and the [code of conduct](https://github.com/Program-AR/pilas-bloques/blob/develop/CODE_OF_CONDUCT_en.md) which also apply to this project.
# pilasbloques-models
Pilas Bloques models for development.
Pilas Bloques models for development.
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