@reactive-js/http
Advanced tools
Comparing version 0.0.37 to 0.0.38
{ | ||
"name": "@reactive-js/http", | ||
"version": "0.0.37", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm5/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"version": "0.0.38", | ||
"keywords": [ | ||
@@ -15,4 +12,2 @@ "asynchronous", | ||
"ix", | ||
"node", | ||
"nodejs", | ||
"observable", | ||
@@ -32,3 +27,4 @@ "observables", | ||
"stream", | ||
"streams" | ||
"streams", | ||
"web" | ||
], | ||
@@ -45,17 +41,40 @@ "author": { | ||
"dependencies": { | ||
"@reactive-js/option": "^0.0.37", | ||
"@reactive-js/parser-combinators": "^0.0.37", | ||
"@reactive-js/pipe": "^0.0.37" | ||
"@reactive-js/core": "^0.0.38" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^24.0.23", | ||
"@types/node": "13.13.2", | ||
"jest": "^24.9.0", | ||
"renamer": "^2.0.0", | ||
"replace": "^1.2.0", | ||
"ts-jest": "^24.1.0" | ||
}, | ||
"scripts": { | ||
"build": "yarn build-cjs & yarn build-esm5 & yarn build-types", | ||
"build-cjs": "tsc -p tsconfig.cjs.json", | ||
"build-esm5": "tsc -p tsconfig.esm5.json", | ||
"build-types": "tsc -p tsconfig.types.json", | ||
"docs": "typedoc --tsconfig tsconfig.doc.json", | ||
"build": "yarn compile && yarn lib && yarn mod && yarn docs", | ||
"clean": "yarn clean-build && yarn clean-coverage && yarn clean-docs && yarn clean-mod && yarn clean-lib", | ||
"clean-build": "rm -rf ./build", | ||
"clean-coverage": "rm -rf ./coverage", | ||
"clean-docs": "rm -rf ./docs", | ||
"clean-mod": "rm -rf ./mod", | ||
"clean-lib": "rm -rf ./lib", | ||
"compile": "yarn compile-cjs && yarn compile-esm && yarn compile-types", | ||
"compile-cjs": "tsc -p tsconfig.cjs.json", | ||
"compile-esm": "tsc -p tsconfig.esm.json", | ||
"compile-types": "tsc -p tsconfig.types.json", | ||
"lib": "yarn clean-lib && yarn lib-mjs && yarn lib-js && yarn lib-types", | ||
"lib-js": "cp -r ./build/cjs/lib/ ./lib", | ||
"lib-mjs": "yarn lib-mjs-copy && yarn lib-mjs-rename && yarn lib-mjs-replace", | ||
"lib-mjs-copy": "cp -r ./build/esm/lib/ ./lib", | ||
"lib-mjs-rename": "renamer --find \".js\" --replace \".mjs\" ./lib/**/**/**/*", | ||
"lib-mjs-replace": "replace 'from \"((\\.|@reactive\\-js)[.\\-/\\w]+)\";' 'from \"$1.mjs\";' ./lib -r --include=\"*.mjs\"", | ||
"lib-types": "cp -r ./build/types/lib/ ./lib", | ||
"mod": "yarn clean-mod && yarn mod-esm && yarn mod-ts && yarn mod-rm-node && yarn mod-alias-reactive-js-core", | ||
"mod-esm": "yarn mod-esm-copy && yarn mod-esm-replace", | ||
"mod-esm-copy": "cp -r ./build/esm/ ./mod", | ||
"mod-esm-replace": "replace 'from \"((\\.|@reactive\\-js)[.\\-/\\w]+)\";' 'from \"$1.js\";' ./mod -r --include=\"*.js\"", | ||
"mod-ts": "yarn mod-ts-copy && yarn mod-ts-replace", | ||
"mod-ts-copy": "cp -r ./src/ ./mod", | ||
"mod-ts-replace": "replace 'from \"((\\.|@reactive\\-js)[.\\-/\\w]+)\";' 'from \"$1.ts\";' ./mod -r --include=\"*.ts\"", | ||
"mod-rm-node": "rm -rf ./mod/lib/node.* ./mod/lib/internal/node", | ||
"mod-alias-reactive-js-core": "replace '@reactive-js/core/' '../../../core/mod/' ./mod/lib/* && replace '@reactive-js/core/' '../../../../core/mod/' ./mod/lib/internal/* && replace '@reactive-js/core/' '../../../../../core/mod/' ./mod/lib/internal/**/*", | ||
"docs": "node ../../scripts/docs.mjs", | ||
"test": "jest", | ||
@@ -67,5 +86,6 @@ "test-coverage": "jest --coverage", | ||
"preset": "ts-jest", | ||
"testRegex": "testRunner.jest.ts", | ||
"globals": { | ||
"ts-jest": { | ||
"tsConfig": "./tsconfig.cjs.json" | ||
"tsConfig": "./tsconfig.esm.json" | ||
} | ||
@@ -77,3 +97,3 @@ } | ||
}, | ||
"gitHead": "26cbb916a91e4c939b2dfe913c7df613f37e68e9" | ||
"gitHead": "be682ccddb37bc8dfb141b07394866d3b08f4f65" | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
330984
1
150
8121
5
2
0
11
+ Added@reactive-js/core@^0.0.38
+ Added@reactive-js/core@0.0.38(transitive)
- Removed@reactive-js/option@^0.0.37
- Removed@reactive-js/pipe@^0.0.37
- Removed@reactive-js/disposable@0.0.37(transitive)
- Removed@reactive-js/enumerable@0.0.37(transitive)
- Removed@reactive-js/option@0.0.37(transitive)
- Removed@reactive-js/parser-combinators@0.0.37(transitive)
- Removed@reactive-js/pipe@0.0.37(transitive)