You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

fetch-rest-connect

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-rest-connect - npm Package Compare versions

Comparing version

to
3.2.1

6

jest.config.js
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
automock: false,
setupFiles: ["./jestSetup.js"],
testURL: "http://localhost",
testPathIgnorePatterns: ["/build/", "/node_modules/"],
testMatch: ["<rootDir>/src/__tests__/{**/,}*.ts"],
moduleFileExtensions: ["js", "ts"],
testPathIgnorePatterns: ["<rootDir>/build/", "<rootDir>/node_modules/"],
};
{
"name": "fetch-rest-connect",
"version": "3.2.0",
"main": "dist/index.js",
"version": "3.2.1",
"main": "build/index.js",
"types": "build/index.d.ts",
"repository": "https://github.com/drublic/fetch-rest-connect.git",

@@ -12,3 +13,4 @@ "author": "Hans Christian Reinl <info@drublic.de>",

"build": "tsc",
"test": "jest",
"test:local": "jest",
"test": "jest --ci",
"prepublishOnly": "yarn build"

@@ -29,3 +31,2 @@ },

"jest": "^26.0.1",
"jest-fetch-mock": "^3.0.3",
"nodemon": "^2.0.4",

@@ -32,0 +33,0 @@ "prettier": "^2.0.5",

@@ -15,11 +15,7 @@ {

"strict": true,
"target": "ES2019"
"target": "ES2019",
"declaration": true
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"build"
]
"include": ["src/**/*"],
"exclude": ["node_modules", "build"]
}

Sorry, the diff of this file is not supported yet