Socket
Socket
Sign inDemoInstall

react-fit

Package Overview
Dependencies
14
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

src/__snapshots__/Fit.spec.tsx.snap

2

dist/cjs/Fit.d.ts

@@ -11,3 +11,3 @@ import React, { Component } from 'react';

invertSecondaryAxis?: boolean;
mainAxis: 'x' | 'y';
mainAxis?: 'x' | 'y';
spacing?: number | Spacing;

@@ -14,0 +14,0 @@ };

@@ -11,3 +11,3 @@ import React, { Component } from 'react';

invertSecondaryAxis?: boolean;
mainAxis: 'x' | 'y';
mainAxis?: 'x' | 'y';
spacing?: number | Spacing;

@@ -14,0 +14,0 @@ };

{
"name": "react-fit",
"version": "1.5.0",
"version": "1.5.1",
"description": "Fit a popover element on the screen.",

@@ -17,4 +17,5 @@ "main": "dist/cjs/index.js",

"prettier": "prettier --check . --cache",
"test": "yarn lint && yarn tsc && yarn prettier",
"tsc": "tsc --noEmit"
"test": "yarn lint && yarn tsc && yarn prettier && yarn unit",
"tsc": "tsc --noEmit",
"unit": "vitest run"
},

@@ -40,11 +41,10 @@ "keywords": [

"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.0",
"@babel/preset-typescript": "^7.18.6",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.44.0",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.0",
"eslint": "^8.26.0",
"eslint-config-wojtekmaj": "^0.7.1",
"eslint-config-wojtekmaj": "^0.8.2",
"husky": "^8.0.0",
"jsdom": "^21.1.0",
"prettier": "^2.7.0",

@@ -55,3 +55,4 @@ "pretty-quick": "^3.1.0",

"rimraf": "^3.0.0",
"typescript": "^4.9.4"
"typescript": "^5.0.2",
"vitest": "^0.29.2"
},

@@ -62,5 +63,2 @@ "peerDependencies": {

},
"resolutions": {
"semver@7.0.0": "^7.0.0"
},
"files": [

@@ -67,0 +65,0 @@ "dist",

Sorry, the diff of this file is not supported yet

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