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

dryvjs

Package Overview
Dependencies
Maintainers
0
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dryvjs - npm Package Compare versions

Comparing version 1.0.0-pre-44 to 1.0.0-pre-45

2

dist/DryvFieldValidator.js

@@ -51,3 +51,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const messages = typeof (response === null || response === void 0 ? void 0 : response.success) === 'boolean' ? response.messages : response;
const message = messages[(_a = this.path) !== null && _a !== void 0 ? _a : ''];
const message = messages === null || messages === void 0 ? void 0 : messages[(_a = this.path) !== null && _a !== void 0 ? _a : ''];
if (message && message.type !== 'success') {

@@ -54,0 +54,0 @@ this.text = (_b = message.text) !== null && _b !== void 0 ? _b : '';

{
"name": "dryvjs",
"version": "1.0.0-pre-44",
"version": "1.0.0-pre-45",
"main": "dist/index.js",

@@ -27,2 +27,2 @@ "types": "dist/index.d.ts",

}
}
}

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