stream-transform
Advanced tools
Comparing version 3.2.0 to 3.2.1
/// <reference types="node" /> | ||
import { Options } from './index'; | ||
import { Options } from './index.js'; | ||
@@ -5,0 +5,0 @@ export type Handler<T = any, U = any> = (record: T) => U |
/// <reference types="node" /> | ||
import { Options } from './index'; | ||
import { Options } from './index.js'; | ||
@@ -5,0 +5,0 @@ export type Handler<T = any, U = any> = (record: T) => U |
/// <reference types="node" /> | ||
import { Options } from './index'; | ||
import { Options } from './index.js'; | ||
@@ -5,0 +5,0 @@ export type Handler<T = any, U = any> = (record: T) => U |
{ | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"name": "stream-transform", | ||
@@ -13,18 +13,18 @@ "description": "Object transformations implementing the Node.js `stream.Transform` API", | ||
"devDependencies": { | ||
"@rollup/plugin-eslint": "^8.0.2", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.0.3", | ||
"@rollup/plugin-eslint": "^9.0.1", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.11.9", | ||
"coffeescript": "~2.7.0", | ||
"csv-generate": "^4.2.0", | ||
"csv-generate": "^4.2.1", | ||
"each": "^1.2.2", | ||
"eslint": "^8.19.0", | ||
"mocha": "~10.0.0", | ||
"eslint": "^8.27.0", | ||
"mocha": "~10.1.0", | ||
"pad": "~3.2.0", | ||
"rollup": "^2.76.0", | ||
"rollup": "^3.2.5", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-node-globals": "^1.4.0", | ||
"should": "~13.2.3", | ||
"ts-node": "^10.8.2", | ||
"typescript": "^4.7.4" | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
}, | ||
@@ -105,3 +105,3 @@ "exports": { | ||
}, | ||
"gitHead": "c6745735a41521aa6b9876b0a38dbf2adebb15f2" | ||
"gitHead": "f5b1946347e762a84187c685a17773c06bf37565" | ||
} |
Sorry, the diff of this file is not supported yet
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
946023
27633