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 2.0.2 to 2.0.3

6

CHANGELOG.md
# Changelog
## Version 2.0.3
* package: latest dependencies
* ts: enable strict mode
* package: mocha inside package declaration
## Version 2.0.2

@@ -5,0 +11,0 @@

4

lib/es5/index.js
"use strict";
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
// Generated by CoffeeScript 2.4.1
// Generated by CoffeeScript 2.5.1
// # Stream Transformer

@@ -7,0 +7,0 @@ // Pass all elements of an array or a stream to transform, filter and add. Features include:

"use strict";
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
// Generated by CoffeeScript 2.4.1
// Generated by CoffeeScript 2.5.1
// # Stream Transformer Sync

@@ -7,0 +7,0 @@ // Provides a synchronous alternative to the CSV transformer.

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.4.1
// Generated by CoffeeScript 2.5.1
// # Stream Transformer

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

// Generated by CoffeeScript 2.4.1
// Generated by CoffeeScript 2.5.1
// # Stream Transformer Sync

@@ -3,0 +3,0 @@

{
"version": "2.0.2",
"version": "2.0.3",
"name": "stream-transform",

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

"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.7",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.7",
"@types/should": "^13.0.0",
"coffeescript": "~2.4.1",
"csv-generate": "~3.2.0",
"coffeescript": "~2.5.1",
"csv-generate": "~3.3.0",
"each": "^1.2.2",
"mocha": "~6.1.4",
"pad": "~2.3.0",
"mocha": "~8.2.1",
"pad": "~3.2.0",
"should": "~13.2.3",
"ts-node": "^8.1.0",
"typescript": "^3.4.5"
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},

@@ -53,2 +53,14 @@ "files": [

"main": "./lib",
"mocha": {
"throw-deprecation": true,
"require": [
"should",
"coffeescript/register",
"ts-node/register"
],
"inline-diffs": true,
"timeout": 40000,
"reporter": "spec",
"recursive": true
},
"scripts": {

@@ -72,4 +84,4 @@ "preversion": "grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts",

"dependencies": {
"mixme": "^0.3.1"
"mixme": "^0.4.0"
}
}
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