New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-flag-kit

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flag-kit - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

dist/index.cjs

2

dist/index.d.ts

@@ -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"
}
}
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