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

tsbuffer-validator

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsbuffer-validator - npm Package Compare versions

Comparing version 2.1.0-dev.3 to 2.1.0-dev.4

2

index.d.ts
/*!
* TSBuffer Validator v2.1.0-dev.3
* TSBuffer Validator v2.1.0-dev.4
* -----------------------------------------

@@ -4,0 +4,0 @@ * MIT LICENSE

/*!
* TSBuffer Validator v2.1.0-dev.3
* TSBuffer Validator v2.1.0-dev.4
* -----------------------------------------

@@ -245,3 +245,6 @@ * MIT LICENSE

var parsedExtRef = this.parseReference(extend.type);
if (parsedExtRef.type !== tsbufferSchema.SchemaType.Interface) {
if (this.isMappedType(parsedExtRef)) {
parsedExtRef = this._flattenMappedType(parsedExtRef);
}
if (!this.isInterface(parsedExtRef)) {
throw new Error('SchemaError: extends must from interface but from ' + parsedExtRef.type);

@@ -248,0 +251,0 @@ }

{
"name": "tsbuffer-validator",
"version": "2.1.0-dev.3",
"version": "2.1.0-dev.4",
"description": "Validator for TSBuffer values",

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

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