Socket
Socket
Sign inDemoInstall

victory-polar-axis

Package Overview
Dependencies
31
Maintainers
27
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 36.6.0 to 36.6.1

7

CHANGELOG.md
# victory-polar-axis
## 36.6.1
### Patch Changes
- Updated dependencies [[`d1f281104`](https://github.com/FormidableLabs/victory/commit/d1f281104c7598c43e220dafd57546ab03daeeb5)]:
- victory-core@36.6.1
## 36.6.0

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

39

package.json
{
"name": "victory-polar-axis",
"version": "36.6.0",
"version": "36.6.1",
"description": "Polar Axis Component for Victory",

@@ -25,3 +25,3 @@ "keywords": [

"prop-types": "^15.8.1",
"victory-core": "^36.6.0"
"victory-core": "^36.6.1"
},

@@ -127,2 +127,10 @@ "peerDependencies": {

},
"check": {
"dependencies": [
"types:check",
"jest",
"format",
"lint"
]
},
"types:check": {

@@ -180,2 +188,15 @@ "command": "nps types:pkg:check",

},
"format:fix": {
"command": "pnpm run format || nps format:pkg:fix",
"files": [
"src/**",
"*.json",
"../../.prettierignore",
"../../.prettierrc.json"
],
"output": [],
"packageLocks": [
"pnpm-lock.yaml"
]
},
"lint": {

@@ -198,15 +219,2 @@ "command": "nps lint:pkg",

},
"format:fix": {
"command": "pnpm run format || nps format:pkg:fix",
"files": [
"src/**",
"*.json",
"../../.prettierignore",
"../../.prettierrc.json"
],
"output": [],
"packageLocks": [
"pnpm-lock.yaml"
]
},
"lint:fix": {

@@ -258,2 +266,3 @@ "command": "pnpm run lint || nps lint:pkg:fix",

"build:dist:min": "wireit",
"check": "wireit",
"types:check": "wireit",

@@ -260,0 +269,0 @@ "types:create": "wireit",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc