Socket
Socket
Sign inDemoInstall

tsbuffer

Package Overview
Dependencies
6
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.1 to 1.4.6

index.d.ts

28

package.json
{
"name": "tsbuffer",
"version": "1.4.1",
"version": "1.4.6",
"description": "",

@@ -14,10 +14,18 @@ "main": "index.cjs",

"dependencies": {
"k8w-extend-native": "*",
"tsbuffer-schema": "^1.2.1",
"tsbuffer-validator": "^1.0.12"
"k8w-extend-native": "^1.4.5",
"tsbuffer-schema": "~1.4.0",
"tsbuffer-validator": "^1.1.10"
},
"devDependencies": {
"rollup": "^1.16.6",
"@microsoft/api-documenter": "^7.12.14",
"@microsoft/api-extractor": "^7.13.2",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.35",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"rollup": "^1.32.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-node": "^9.1.1",
"tsbuffer-proto-generator": "^1.2.3",
"tslib": "^2.1.0",

@@ -27,6 +35,8 @@ "typescript": "^4.2.3"

"scripts": {
"build": "rm -rf dist && npx rollup -c && cp package.json LICENSE README.md dist/",
"bp": "npm version patch && npm run build && cd dist && npm publish & cd..",
"test": "cd test && TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' && npx mocha **/*.test.ts & cd ..",
"us": "npm install tsbuffer-schema@* tsbuffer-validator@*"
"test": "npx mocha",
"coverage": "nyc mocha test/**/*.test.ts && start coverage\\index.html",
"build": "npm run build:js && npm run build:dts && npm run build:doc && cp package.json LICENSE README.md dist/",
"build:js": "rm -rf dist && npx rollup -c",
"build:dts": "rm -rf lib && npx tsc && npx api-extractor run --local --verbose && node scripts/removePrivate.js && rm -rf lib",
"build:doc": "rm -rf docs/references && npx api-documenter markdown --input temp --output docs/references"
},

@@ -33,0 +43,0 @@ "repository": {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc