New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@0xsquid/squid-share

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsquid/squid-share - npm Package Compare versions

Comparing version 0.1.124 to 0.1.125

3

dist/database/models/configuration/Chain.d.ts

@@ -132,2 +132,3 @@ /// <reference types="mongoose/types/aggregate" />

} | null | undefined;
isEvmos?: boolean | null | undefined;
}, import("mongoose").Document<unknown, {}, import("mongoose").FlatRecord<{

@@ -235,2 +236,3 @@ createdAt: NativeDate;

} | null | undefined;
isEvmos?: boolean | null | undefined;
}>> & import("mongoose").FlatRecord<{

@@ -338,2 +340,3 @@ createdAt: NativeDate;

} | null | undefined;
isEvmos?: boolean | null | undefined;
}> & {

@@ -340,0 +343,0 @@ _id: import("mongoose").Types.ObjectId;

@@ -72,4 +72,5 @@ "use strict";

features: [{ type: String, required: false }],
isEvmos: { type: Boolean, required: false },
enabled: { type: mongoose_1.Schema.Types.Boolean, required: true, default: true },
}, { timestamps: true });
//# sourceMappingURL=Chain.js.map

2

package.json
{
"name": "@0xsquid/squid-share",
"version": "0.1.124",
"version": "0.1.125",
"description": "JS and TS share relating to 0xsquid related projects.",

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

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