Socket
Socket
Sign inDemoInstall

@tapjs/error-serdes

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/error-serdes - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

83

package.json
{
"name": "@tapjs/error-serdes",
"version": "1.0.0",
"version": "1.1.0",
"description": "Port of node's error_serdes.js to userland, plus test message streaming",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
"tshy": {
"main": true,
"exports": {

@@ -17,39 +16,5 @@ ".": "./src/index.ts",

},
"files": [
"dist"
],
"keywords": [
"v8",
"error",
"serialization",
"deserialization",
"serialize",
"deserialize"
],
"license": "BlueOak-1.0.0",
"scripts": {
"prepare": "tshy",
"pretest": "npm run prepare",
"presnap": "npm run prepare",
"test": "tap",
"snap": "tap",
"format": "prettier --write . --loglevel warn --ignore-path ../../.prettierignore --cache",
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
},
"tap": {
"fail-skip": true,
"fail-todo": true,
"typecheck": false,
"coverage-map": "map.js"
},
"engines": {
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tapjs.git"
},
"type": "module",
"main": "./dist/commonjs/index.js",
"types": "./dist/commonjs/index.d.ts",
"exports": {

@@ -108,5 +73,43 @@ ".": {

},
"files": [
"dist"
],
"scripts": {
"prepare": "tshy",
"pretest": "npm run prepare",
"presnap": "npm run prepare",
"test": "tap",
"snap": "tap",
"format": "prettier --write . --loglevel warn --ignore-path ../../.prettierignore --cache",
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
},
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"minipass": "^7.0.3"
},
"tap": {
"fail-skip": true,
"fail-todo": true,
"typecheck": false,
"coverage-map": "map.js"
},
"keywords": [
"v8",
"error",
"serialization",
"deserialization",
"serialize",
"deserialize"
],
"engines": {
"node": ">=16"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/tapjs.git"
}
}
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