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.16 to 1.2.17

2

dist/src/staticAnalysis.d.ts
declare type ExpectResult = Record<string, string | boolean | number>;
declare class Score {
expectResults: ExpectResult[];
expectResults: ExpectResult;
percentage: number;

@@ -5,0 +5,0 @@ }

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

typegoose_1.prop(),
__metadata("design:type", Array)
__metadata("design:type", Object)
], Score.prototype, "expectResults", void 0);

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

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

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

"release:minor": "npm version minor",
"release:major": "npm version major"
"release:major": "npm version major",
"prepublishOnly": "npm run prepublish && npm run release:$npm_config_type && git push origin"
},

@@ -36,2 +37,2 @@ "repository": {

"types": "dist/index.d.ts"
}
}
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