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.13 to 1.2.14

1

dist/src/context.d.ts

@@ -11,3 +11,4 @@ import { Answer } from './user';

url: string;
ip: string;
}
export declare const ContextModel: import("@typegoose/typegoose").ReturnModelType<typeof Context, import("@typegoose/typegoose/lib/types").BeAnObject>;

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

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

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

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

stoppedByUser: boolean;
error: string;
error: {
name: 'ActividadError' | string;
message: string;
stack?: string;
nombreAnimacion?: string;
};
};

@@ -17,0 +22,0 @@ user: Ref<User>;

5

package.json
{
"name": "pilas-bloques-models",
"version": "1.2.13",
"version": "1.2.14",
"description": "Pilas Bloques models for development.",

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

"scripts": {
"prepublish": "rm -Rf dist && tsc",
"release:patch": "npm version patch",
"release:minor": "npm version minor",
"release:major": "npm version major",
"prepublishOnly": "rm -Rf dist && tsc && npm run release:$npm_config_type && git push origin"
"prepublishOnly": "npm run prepublish && npm run release:$npm_config_type && git push origin"
},

@@ -16,0 +17,0 @@ "repository": {

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