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

@cortec/axios

Package Overview
Dependencies
Maintainers
0
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cortec/axios - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

33

package.json
{
"name": "@cortec/axios",
"version": "2.2.0",
"version": "2.3.0",
"description": "<description>",

@@ -11,2 +11,8 @@ "main": "dist/index.js",

"homepage": "https://github.com/saswatds/cortec/blob/main/README.md",
"scripts": {
"depcheck": "depcheck --ignore-patterns=dist",
"build": "tsc --build",
"lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=10",
"test": "jest --passWithNoTests"
},
"files": [

@@ -16,5 +22,5 @@ "./dist"

"dependencies": {
"lodash.capitalize": "^4.2.1",
"@cortec/polka": "2.2.0",
"@cortec/types": "1.14.0"
"@cortec/polka": "2.2.4",
"@cortec/types": "1.15.0",
"lodash.capitalize": "^4.2.1"
},

@@ -25,6 +31,6 @@ "peerDependencies": {

"devDependencies": {
"@cortec/config": "2.3.0",
"@cortec/newrelic": "1.8.0",
"@types/lodash.capitalize": "^4.2.9",
"axios": "^1.3.5",
"@cortec/config": "2.2.0",
"@cortec/newrelic": "1.7.0"
"axios": "^1.3.5"
},

@@ -38,12 +44,3 @@ "typedoc": {

},
"gitHead": "068ea41a5413dbd7edf26f967507658b882aba3c",
"scripts": {
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
"depcheck": "depcheck --ignore-patterns=dist",
"check-types": "tsc --noEmit",
"build": "tsc --build",
"lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=10",
"test": "jest --passWithNoTests",
"ci": "jest --passWithNoTests --maxWorker=20%"
}
}
"gitHead": "068ea41a5413dbd7edf26f967507658b882aba3c"
}
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