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

@injectivelabs/assert

Package Overview
Dependencies
Maintainers
7
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/assert - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

2

dist/validators/JSONSchema.js

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

this.validator = new jsonschema_1.Validator();
for (const schema of lodash_values_1.default(schemas_1.schemas)) {
for (const schema of (0, lodash_values_1.default)(schemas_1.schemas)) {
JSONSchemaValidator.assertSchemaDefined(schema);

@@ -15,0 +15,0 @@ this.validator.addSchema(schema, schema.id);

{
"name": "@injectivelabs/assert",
"description": "Asserting and validating schemas. Can be reused throughout Injective's projects.",
"version": "0.0.21",
"version": "0.0.22",
"license": "MIT",

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

"@injectivelabs/ts-types": "^0.0.25",
"@injectivelabs/utils": "^0.0.37",
"@injectivelabs/utils": "^0.0.38",
"@types/lodash.values": "^4.3.6",

@@ -41,3 +41,3 @@ "jsonschema": "^1.4.0",

},
"gitHead": "0c2f3d87cd80c7e75b5c568df7c67a7b55e83307"
"gitHead": "8b7062f0bd2e4c2d373b37fee0bc658c94be8972"
}

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