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

@api-components/api-type-document

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@api-components/api-type-document - npm Package Compare versions

Comparing version 4.2.16 to 4.2.17

2

package.json
{
"name": "@api-components/api-type-document",
"description": "A documentation table for type (resource) properties. Works with AMF data model",
"version": "4.2.16",
"version": "4.2.17",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -193,6 +193,5 @@ /**

case sc.dateTime:
return 'DateTime';
case this._getAmfKey(rs.dateTimeOnly):
case rs.dateTimeOnly:
return 'Time';
return 'DateTime';
case this._getAmfKey(sc.time):

@@ -199,0 +198,0 @@ case sc.time:

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