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.3.5 to 1.4.0

index.cjs

17

package.json
{
"name": "tsbuffer",
"version": "1.3.5",
"version": "1.4.0",
"description": "",
"main": "index.js",
"main": "index.cjs",
"exports": {
"require": "./index.cjs",
"import": "./index.mjs"
},
"directories": {

@@ -16,5 +20,6 @@ "doc": "docs"

"rollup": "^1.16.6",
"rollup-plugin-typescript2": "^0.21.2",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.1.2"
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.1.0",
"typescript": "^4.2.3"
},

@@ -24,3 +29,3 @@ "scripts": {

"bp": "npm version patch && npm run build && cd dist && npm publish & cd..",
"test": "cd test && npx mocha **\\*.test.ts & cd ..",
"test": "cd test && TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' && npx mocha **/*.test.ts & cd ..",
"us": "npm install tsbuffer-schema@* tsbuffer-validator@*"

@@ -27,0 +32,0 @@ },

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