Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@reactive-js/http

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactive-js/http - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

build/types/lib/dom.d.ts

56

package.json
{
"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"
}
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