Socket
Socket
Sign inDemoInstall

tsbuffer

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsbuffer - npm Package Compare versions

Comparing version 1.4.6 to 1.4.7

2

index.d.ts
/*!
* TSBuffer v1.4.6
* TSBuffer v1.4.7
* -----------------------------------------

@@ -4,0 +4,0 @@ * Apache 2.0 LICENSE

{
"name": "tsbuffer",
"version": "1.4.6",
"version": "1.4.7",
"description": "",

@@ -16,3 +16,3 @@ "main": "index.cjs",

"tsbuffer-schema": "~1.4.0",
"tsbuffer-validator": "^1.1.10"
"tsbuffer-validator": "^1.1.11"
},

@@ -23,3 +23,3 @@ "devDependencies": {

"@types/mocha": "^8.2.2",
"@types/node": "^14.14.35",
"@types/node": "^14.14.36",
"mocha": "^8.3.2",

@@ -47,2 +47,19 @@ "nyc": "^15.1.0",

},
"nyc": {
"extension": [
".ts"
],
"exclude": [
"**/*.d.ts",
"coverage",
"test",
"dist",
"benchmark",
"scripts"
],
"reporter": [
"html"
],
"all": true
},
"author": "",

@@ -49,0 +66,0 @@ "license": "ISC",

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