New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@3846masa/axios-cookiejar-support

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@3846masa/axios-cookiejar-support - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

.babelrc

2

index.d.ts

@@ -11,2 +11,2 @@ import { AxiosInstance } from 'axios';

declare var axiosCookieJarSupport: (instance: AxiosInstance) => AxiosInstance;
export = axiosCookieJarSupport;
export default axiosCookieJarSupport;

@@ -14,4 +14,4 @@ {

},
"version": "0.1.4",
"main": "./index.js",
"version": "0.2.0",
"main": "./lib/index",
"directories": {

@@ -22,4 +22,5 @@ "example": "example",

"scripts": {
"test": "mocha --require intelli-espower-loader",
"postversion": "git commit --amend --allow-empty -m \"[skip ci] `git log -1 --pretty=%s`\""
"build": "babel lib -x .mjs --out-dir lib",
"clean": "rimraf lib/**/*.js",
"test": "mocha --require intelli-espower-loader"
},

@@ -35,10 +36,16 @@ "dependencies": {

"devDependencies": {
"@babel/cli": "^7.0.0-beta.32",
"@babel/core": "^7.0.0-beta.32",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.32",
"axios": "0.17.1",
"babel-plugin-add-module-exports": "^0.2.1",
"cookie": "0.3.1",
"decache": "4.3.0",
"eslint": "4.11.0",
"eslint": "4.12.0",
"fast-async": "^6.3.0",
"intelli-espower-loader": "1.0.1",
"mocha": "4.0.1",
"nock": "9.1.0",
"power-assert": "1.4.4"
"nock": "9.1.1",
"power-assert": "1.4.4",
"rimraf": "^2.6.2"
},

@@ -45,0 +52,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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