Socket
Socket
Sign inDemoInstall

@availity/analytics-core

Package Overview
Dependencies
Maintainers
17
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/analytics-core - npm Package Compare versions

Comparing version 3.1.8 to 4.0.0

.eslintrc.yml

17

CHANGELOG.md

@@ -1,6 +0,17 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
# [4.0.0](https://github.com/Availity/sdk-js/compare/@availity/analytics-core@3.1.8...@availity/analytics-core@4.0.0) (2022-04-28)
* build!: switch from lerna to nx and compile to esm with tsup ([c586085](https://github.com/Availity/sdk-js/commit/c5860856ca96b743a0653d335ea00f0889132f7f))
### BREAKING CHANGES
* Drop Internet Explorer support
## [3.1.8](https://github.com/availity/sdk-js/compare/@availity/analytics-core@3.1.6...@availity/analytics-core@3.1.8) (2022-02-22)

@@ -7,0 +18,0 @@

29

package.json
{
"name": "@availity/analytics-core",
"version": "3.1.8",
"version": "4.0.0",
"description": "Analytics base configuration for sdk-js",

@@ -20,22 +20,25 @@ "keywords": [

"author": "Kasey Powers <kasey.powers@availity.com>",
"main": "lib/index.js",
"module": "src/index.js",
"types": "types/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "yarn clean && yarn transpile",
"clean": "rimraf ./lib",
"transpile": "babel --root-mode upward src -d lib --ignore **/*.test.js"
"build": "tsup src/index.js --format esm,cjs --dts",
"dev": "tsup src/index.js --format esm,cjs --watch --dts",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"clean": "rm -rf node_modules && rm -rf dist",
"bundlesize": "bundlesize",
"publish": "yarn npm publish --tolerate-republish --access public"
},
"dependencies": {
"@babel/runtime": "^7.16.5",
"core-js": "^3.12.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@availity/api-axios": "^6.0.8"
"@availity/api-axios": "7.0.0",
"tsup": "^5.10.1",
"typescript": "^4.5.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "67c8772142e62d31efba07ed3f880994848a8ea4"
}
}
}
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