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.0.7 to 2.0.8

index.js

4

index.d.ts
/*!
* TSBuffer Validator v2.0.7
* TSBuffer Validator v2.0.8
* -----------------------------------------
* MIT LICENSE
* KingWorks (C) Copyright 2021
* KingWorks (C) Copyright 2022
* https://github.com/k8w/tsbuffer-validator

@@ -7,0 +7,0 @@ */

{
"name": "tsbuffer-validator",
"version": "2.0.7",
"version": "2.0.8",
"description": "Validator for TSBuffer values",
"main": "index.cjs",
"main": "index.js",
"exports": {
"require": "./index.cjs",
"require": "./index.js",
"import": "./index.mjs"

@@ -44,3 +44,3 @@ },

"k8w-extend-native": "^1.4.6",
"tsbuffer-schema": "^2.0.8",
"tsbuffer-schema": "^2.1.1",
"tslib": "^2.3.1"

@@ -64,4 +64,4 @@ },

"devDependencies": {
"@microsoft/api-documenter": "^7.13.65",
"@microsoft/api-extractor": "^7.18.17",
"@microsoft/api-documenter": "^7.14.1",
"@microsoft/api-extractor": "^7.19.4",
"@types/mocha": "^8.2.3",

@@ -71,7 +71,7 @@ "@types/node": "^15.14.9",

"nyc": "^15.1.0",
"rollup": "^2.59.0",
"rollup-plugin-typescript2": "^0.30.0",
"rollup": "^2.63.0",
"rollup-plugin-typescript2": "^0.31.1",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
"typescript": "^4.5.4"
}
}
# TSBuffer Validator
Runtime type validator for [TSBuffer](https://github.com/k8w/tsbuffer)

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