stream-transform
Advanced tools
Comparing version 2.0.4 to 2.1.0
# Changelog | ||
## Version 2.1.0 | ||
* chore: use browserify | ||
## Version 2.0.4 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"name": "stream-transform", | ||
@@ -32,16 +32,17 @@ "description": "Object transformations implementing the Node.js `stream.Transform` API", | ||
"devDependencies": { | ||
"@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", | ||
"@babel/cli": "^7.13.14", | ||
"@babel/core": "^7.13.14", | ||
"@babel/preset-env": "^7.13.12", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.37", | ||
"babelify": "^10.0.0", | ||
"browserify": "^17.0.0", | ||
"coffeescript": "~2.5.1", | ||
"csv-generate": "~3.3.0", | ||
"each": "^1.2.2", | ||
"mocha": "~8.2.1", | ||
"mocha": "~8.3.2", | ||
"pad": "~3.2.0", | ||
"should": "~13.2.3", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.5" | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.3" | ||
}, | ||
@@ -66,2 +67,6 @@ "files": [ | ||
"scripts": { | ||
"build:babel": "cd lib && babel *.js -d es5 && cd ..", | ||
"build:browserify": "browserify lib/index.js --transform babelify --standalone parse > lib/browser/index.js && browserify lib/sync.js --transform babelify --standalone parse > lib/browser/sync.js", | ||
"build:coffee": "coffee -b -o lib src", | ||
"build": "npm run build:coffee && npm run build:babel && npm run build:browserify", | ||
"preversion": "grep '## Trunk' CHANGELOG.md && npm test && cp lib/*.ts lib/es5 && git add lib/es5/*.ts", | ||
@@ -73,3 +78,2 @@ "version": "version=`grep '^ \"version\": ' package.json | sed 's/.*\"\\([0-9\\.]*\\)\".*/\\1/'` && sed -i \"s/## Trunk/## Version $version/\" CHANGELOG.md && git add CHANGELOG.md", | ||
"major": "npm version major -m 'Bump to version %s'", | ||
"build": "coffee -b -o lib src && cd lib && babel *.js -d es5 && cd ..", | ||
"pretest": "npm run build", | ||
@@ -85,4 +89,4 @@ "test": "mocha test/**/*.{coffee,ts}" | ||
"dependencies": { | ||
"mixme": "^0.4.0" | ||
"mixme": "^0.5.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
[![Build Status](https://api.travis-ci.org/adaltas/node-stream-transform.svg)](https://travis-ci.org/#!/adaltas/node-stream-transform) | ||
[![Build Status](https://api.travis-ci.org/adaltas/node-stream-transform.svg)](https://travis-ci.org/#!/adaltas/node-stream-transform) [![NPM](https://img.shields.io/npm/dm/stream-transform)](https://www.npmjs.com/package/stream-transform) [![NPM](https://img.shields.io/npm/v/stream-transform)](https://www.npmjs.com/package/stream-transform) | ||
@@ -3,0 +3,0 @@ Part of the [CSV module](https://csv.js.org/), this project is a simple object transformation framework. It implements the Node.js [`stream.Transform` API](http://nodejs.org/api/stream.html#stream_class_stream_transform). It also provides a simple callback-based API for convenience. It is both extremely easy to use and powerful. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
555953
14
15344
15
10
7
+ Addedmixme@0.5.10(transitive)
- Removedmixme@0.4.0(transitive)
Updatedmixme@^0.5.0