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

typedconverter

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedconverter - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/validation.js

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

function isEmpty(result) {
return (result.value === "" || result.value === undefined || result.value === null) && result.issues === undefined;
return (result.value === "" || result.value === undefined || result.value === null);
}

@@ -39,0 +39,0 @@ // --------------------------------------------------------------------- //

{
"name": "typedconverter",
"version": "1.0.2",
"version": "1.0.3",
"description": "Convert object into classes match with TypeScript type annotation",

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

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