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

yaschema-api

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaschema-api - npm Package Compare versions

Comparing version 3.7.1 to 3.8.0

4

lib/types/AnyStringSerializableType.d.ts

@@ -1,2 +0,4 @@

export type AnyStringSerializableType = string | number | boolean;
export type AnyStringSerializableType = string | number | boolean | {
isStringSerializable: true;
};
//# sourceMappingURL=AnyStringSerializableType.d.ts.map
{
"name": "yaschema-api",
"version": "3.7.1",
"version": "3.8.0",
"description": "Yet another API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1,1 +0,1 @@

export type AnyStringSerializableType = string | number | boolean;
export type AnyStringSerializableType = string | number | boolean | { isStringSerializable: true };

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