Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@samchon/openapi

Package Overview
Dependencies
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samchon/openapi - npm Package Compare versions

Comparing version 2.3.3 to 2.3.4

2

lib/utils/AccessorUtil.js

@@ -9,5 +9,5 @@ "use strict";

.split("/")
.filter(function (str) { return !!str.length; })
.filter(function (str, i) { return !!str.length && !(i === 0 && str === "#"); })
.join(".");
};
})(AccessorUtil || (exports.AccessorUtil = AccessorUtil = {}));
{
"name": "@samchon/openapi",
"version": "2.3.3",
"version": "2.3.4",
"description": "OpenAPI definitions and converters for 'typia' and 'nestia'.",

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

@@ -5,4 +5,4 @@ export namespace AccessorUtil {

.split("/")
.filter((str) => !!str.length)
.filter((str, i) => !!str.length && !(i === 0 && str === "#"))
.join(".");
}

Sorry, the diff of this file is not supported yet

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