Socket
Socket
Sign inDemoInstall

@effection/fetch

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effection/fetch - npm Package Compare versions

Comparing version 0.0.1-1b79f15 to 0.0.1-1cd722d

dist/fetch.cjs.development.js

0

dist/fetch.d.ts

@@ -0,0 +0,0 @@ import { Operation } from 'effection';

export { AbortController, RequestInfo, RequestInit, Response, fetch } from './fetch';

15

dist/index.js

@@ -1,7 +0,8 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var fetch_1 = require("./fetch");
Object.defineProperty(exports, "AbortController", { enumerable: true, get: function () { return fetch_1.AbortController; } });
Object.defineProperty(exports, "Response", { enumerable: true, get: function () { return fetch_1.Response; } });
Object.defineProperty(exports, "fetch", { enumerable: true, get: function () { return fetch_1.fetch; } });
//# sourceMappingURL=index.js.map
'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./fetch.cjs.production.min.js')
} else {
module.exports = require('./fetch.cjs.development.js')
}

@@ -0,0 +0,0 @@ export { RequestInfo, RequestInit, Response } from 'node-fetch';

{
"name": "@effection/fetch",
"version": "0.0.1-1b79f15",
"version": "0.0.1-1cd722d",
"description": "Fetch operation for Effection",

@@ -12,7 +12,9 @@ "main": "dist/index.js",

"dist/*",
"README.md"
"README.md",
"src"
],
"scripts": {
"lint": "eslint '{src,test}/**/*.ts'",
"prepack": "tsc --outdir dist --declaration --sourcemap"
"prepack": "tsdx build --target node --format cjs --tsconfig tsconfig.dist.json",
"test": "echo No tests for @effection/fetch yet..."
},

@@ -22,4 +24,3 @@ "devDependencies": {

"@types/node": "^13.13.4",
"expect": "^25.4.0",
"mocha": "^7.1.1"
"tsdx": "0.13.2"
},

@@ -26,0 +27,0 @@ "peerDependencies": {

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