Socket
Socket
Sign inDemoInstall

stream-transform

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-transform - npm Package Compare versions

Comparing version 3.2.6 to 3.2.7

22

package.json
{
"version": "3.2.6",
"version": "3.2.7",
"name": "stream-transform",

@@ -13,13 +13,13 @@ "description": "Object transformations implementing the Node.js `stream.Transform` API",

"devDependencies": {
"@rollup/plugin-eslint": "^9.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-eslint": "^9.0.4",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.3",
"@types/node": "^20.5.0",
"coffeescript": "~2.7.0",
"csv-generate": "^4.2.6",
"each": "^2.3.0",
"eslint": "^8.36.0",
"csv-generate": "^4.2.7",
"each": "^2.4.0",
"eslint": "^8.47.0",
"mocha": "~10.2.0",
"pad": "~3.2.0",
"rollup": "^3.19.1",
"rollup": "^3.28.0",
"rollup-plugin-node-builtins": "^2.1.2",

@@ -29,3 +29,3 @@ "rollup-plugin-node-globals": "^1.4.0",

"ts-node": "^10.9.1",
"typescript": "^5.0.2"
"typescript": "^5.1.6"
},

@@ -89,3 +89,5 @@ "exports": {

"build:ts": "cp lib/index.d.ts dist/cjs/index.d.cts && cp lib/sync.d.ts dist/cjs/sync.d.cts && cp lib/*.ts dist/esm",
"postbuild:ts": "find dist/cjs -name '*.d.cts' -exec sh -c \"sed -i \"s/\\.js'/\\.cjs'/g\" {} || sed -i '' \"s/\\.js'/\\.cjs'/g\" {}\" \\;",
"lint": "npm run lint:lib && npm run lint:samples && npm run lint:test",
"postlint": "tsc --noEmit true",
"lint:lib": "eslint --fix lib/*.js",

@@ -117,3 +119,3 @@ "lint:samples": "eslint --fix samples/*.js",

},
"gitHead": "fbff146dc9a9b943586e110ecb143aeb056e3400"
"gitHead": "1eac79beca3cdfdcd118662aedddd400cb5a26ac"
}
# Stream transformation for Node.js and the web
[![Build Status](https://img.shields.io/github/workflow/status/adaltas/node-csv/Node.js)](https://github.com/adaltas/node-csv/actions)
[![Build Status](https://img.shields.io/github/actions/workflow/status/adaltas/node-csv/nodejs.yml?branch=master)](https://github.com/adaltas/node-csv/actions)
[![NPM](https://img.shields.io/npm/dm/stream-transform)](https://www.npmjs.com/package/stream-transform)

@@ -6,0 +6,0 @@ [![NPM](https://img.shields.io/npm/v/stream-transform)](https://www.npmjs.com/package/stream-transform)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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