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

@yandex-cloud/axios-wrapper

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yandex-cloud/axios-wrapper - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

build/cjs/index.d.ts

7

CHANGELOG.md
# Changelog
## [1.1.0](https://www.github.com/yandex-cloud/axios-wrapper/compare/v1.0.2...v1.1.0) (2022-02-25)
### Features
* add commonjs build to package.json ([2747900](https://www.github.com/yandex-cloud/axios-wrapper/commit/27479003b85432022c68e9582732354f52fd798b))
### [1.0.2](https://www.github.com/yandex-cloud/axios-wrapper/compare/v1.0.1...v1.0.2) (2021-12-23)

@@ -4,0 +11,0 @@

12

package.json
{
"name": "@yandex-cloud/axios-wrapper",
"version": "1.0.2",
"version": "1.1.0",
"description": "Generic helper class for wrapping axios calls",
"main": "build/esm/index.js",
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"typings": "build/esm/index.d.ts",

@@ -13,5 +14,6 @@ "files": [

"test:unit": "exit 0",
"build": "npm run build:clean && npm run build:compile",
"build:clean": "rm -rf lib",
"build:compile": "tsc",
"build": "npm run build:clean && npm run build:esm && npm run build:cjs",
"build:clean": "rm -rf build",
"build:esm": "tsc --module esnext --outDir build/esm",
"build:cjs": "tsc --module commonjs --outDir build/cjs",
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx",

@@ -18,0 +20,0 @@ "lint:prettier": "prettier --check --loglevel=error '**/*.{js,jsx,ts,tsx}'",

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