react-flag-kit
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -8,4 +8,4 @@ import { ImgHTMLAttributes } from 'react'; | ||
} | ||
declare function FlagIcon({ code, style, size, ...props }: FlagIconProps): JSX.Element; | ||
declare function FlagIcon({ code, size, ...props }: FlagIconProps): JSX.Element; | ||
export { FlagIcon, FlagIconCode, FlagIconProps }; |
{ | ||
"name": "react-flag-kit", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "FlagKit for React", | ||
@@ -12,8 +12,7 @@ "keywords": [ | ||
], | ||
"homepage": "https://umidbekkarimov.github.io/react-flag-kit", | ||
"repository": "https://github.com/umidbekkarimov/react-flag-kit.git", | ||
"repository": "https://github.com/umidbekk/react-flag-kit.git", | ||
"license": "MIT", | ||
"author": "Umidbek Karimov <uma.karimov@gmail.com>", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -25,18 +24,41 @@ "files": [ | ||
"build": "rapidbundle", | ||
"prerelease": "yarn tsc && yarn build", | ||
"test": "jest", | ||
"tdd": "jest --watch", | ||
"prerelease": "npx tsc && npm run format && npm run build", | ||
"release": "np --no-2fa", | ||
"format": "prettier . --write" | ||
"format": "prettier . --check --write" | ||
}, | ||
"jest": { | ||
"testEnvironment": "jsdom", | ||
"transform": { | ||
"^.+\\.tsx?$": [ | ||
"esbuild-jest", | ||
{ | ||
"sourcemap": true | ||
} | ||
] | ||
} | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^17.0.8", | ||
"np": "^7.5.0", | ||
"prettier": "^2.3.0", | ||
"prettier-plugin-organize-imports": "^2.1.0", | ||
"prettier-plugin-packagejson": "^2.2.11", | ||
"rapidbundle": "^0.5.0", | ||
"typescript": "~4.2.4" | ||
"@testing-library/react": "^12.0.0", | ||
"@types/jest": "27.0.1", | ||
"@types/react": "17.0.19", | ||
"@types/react-dom": "17.0.9", | ||
"esbuild-jest": "0.5.0", | ||
"jest": "27.1.0", | ||
"np": "7.5.0", | ||
"prettier": "2.3.2", | ||
"prettier-plugin-organize-imports": "2.3.3", | ||
"prettier-plugin-packagejson": "2.2.11", | ||
"rapidbundle": "0.12.0", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"typescript": "4.3.5" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.6.0" | ||
"react": "^16.6.0 || ^17.0.0" | ||
}, | ||
"engines": { | ||
"npm": ">=7" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
10508
1
14