Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-flag-icon-css

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flag-icon-css - npm Package Versions

23

1.0.25

Diff

Changelog

Source

1.0.25 (2019-01-16)

  • chore: invert order of 'yarn' and 'npm' install (2f8f94a)
  • chore: remove node 9 and add node 11 to 'travis' (ava does not support node 9) (8c51a9e)
  • chore: upgrade 'babel' to version 7, 'ava' to version 1, 'react' and other modules (7d705b3), closes #110
  • chore(package): update 'flow-bin' to version 0.77.0 (b3a96d8)
  • chore(package): update babel-eslint to version 9.0.0 (8cfce57)
  • chore(package): update eslint-config-prettier to version 3.0.0 (b21bb53)
  • chore(package): update eslint-plugin-flowtype to version 3.0.0 (ebd484e)
  • chore(package): update lockfile package-lock.json (f578807)
  • chore(package): update lockfiles (f2daf1c)
  • chore(package): update lockfiles (59d9ddf)
  • chore(package): update postcss-cli to version 6.0.0 (890c05f)
  • docs: add links to the 'webpack 4' example (eb7390b)

<a name="1.0.24"></a>

matteocng
published 1.0.24 •

Changelog

Source

<small>1.0.24 (2018-07-17)</small>

  • chore: add 'exit if not logged in to NPM' step to bumped (a299393)
  • chore: add Node.JS 10 to travis (e2589d8)
  • chore: bring package.json up to date and fix Flow and Eslint errors (0944102)
  • chore: finish upgrading packages and run 'npm audit fix' to fix security issues (d364496)
  • chore: move 'prettier' settings to 'package.json' for format-on-save compatibility (a361673), closes #83
  • chore: remove deprecated 'nsp' and use 'npm audit' (8f08c7f)
  • chore(BREAKING): drop Node.js 4 (67f8471)
  • chore(breaking): remove Node.js 6 and 7 from travis (af1d07a)
  • chore(CI): add Node.js 9 to travis (29e6707)
  • chore(eslint): restore 'no-unexpected-multiline' error rule (bc8298d)
  • chore(package): correct prop-types semver in peerDependencies (5d66ca2)
  • chore(package): update ava to version 0.24.0 (6220a07)
  • chore(package): update ava to version 0.25.0 (634d896)
  • chore(package): update eslint-plugin-babel to version 5.0.0 (6e683a5)
  • chore(package): update flow-bin to version 0.59.0 (b8547ef)
  • chore(package): update lockfiles (839f2b5)
  • chore(package): update nsp to version 3.0.0 (e0502dd)
  • chore(package): update postcss-cli to version 5.0.0 (a76f711)
  • chore(package): update postcss-custom-properties to version 7.0.0 (4573352)
  • chore(package): update stylelint to version 9.0.0 (10a18d1)
  • chore(package): upgrade prettier to version 1.7.4 (04605b8)
  • chore(prettier): run 'yarn prettier' (bda79e4)
  • fix: remove flow folders and hidden files from release bundle shipped to npm (d74f679)
  • fix: use 'npx' to run 'git-dirty' (625d24c)
  • docs: update software versions in docs (1d14898)
  • docs(README): bump webpack versions (5c2a758)
  • docs(README): specify webpack version better (17f7137)
  • chore(bumped) switch changelog generation and lock files (7c2946c)
  • wip (921a31f)
  • test: improve prop-types tests (89a404b)
  • refactor: rename 'ExactValidator' validator to 'NoExtraPropsValidator' (1ee4fbc), closes #49

<a name="1.0.23"></a>

matteocng
published 1.0.23 •

Changelog

Source

1.0.23 (2017-10-29)

  • docs(README): improve docs and remove duplication (054c601)
  • fix(flow): use (placeholder) type for React module, fix/improve docs (360ca47)
  • chore(bumped): add lockfile generation and commit (543be4c)
  • chore(package): update lockfiles (33f32d7)

<a name="1.0.22"></a>

matteocng
published 1.0.21 •

Changelog

Source

1.0.21 (2017-10-29)

  • chore: add 'eslint-config-prettier' (8550cab)
  • chore: add propTypes to DummyComponent (fa8aa03)
  • chore: fix formatting with 'yarn prettier' (3563ed0)
  • chore: remove 'jsdom' as it is unused atm (97f87b7)
  • chore: run 'flow-typed update' (9df98d1)
  • chore: run 'yarn lint:js' (81b8564)
  • chore: upgrade 'flow-bin' and 'stylelint-config-standard' (43e1b69)
  • chore(flow): flow 0.53+ compatibility - 'FlagIcon' types (b080ca8)
  • chore(flow): flow 0.53+ compatibility, 'import' and 'Node' (4154e5a)
  • chore(flow): flow 0.53+ compatibility, fix Flow error (3dceaa0)
  • chore(flow): flow 0.53+, use '' (93f3a4b)
  • chore(flow): remove 'enzyme' and 'tape' (unused) (3255d27)
  • chore(flowconfig): cleanup old, unused entries (7d6f549)
  • chore(package): add '--include-warnings' to 'flow' task (be8d6d2)
  • chore(package): add 'package-lock.json' and regenerate lock files (f854fb6)
  • chore(package): bump 'chalk', 'eslint-plugin-jsx-a11y', fix 'jsdom' version (bc6db3c)
  • chore(package): remove react-addons-test-utils (deprecated) (9d1ae77)
  • chore(package): rename prepublish to prepublishOnly (40b995b)
  • chore(package): run 'ncu -u' and 'ncu -a' to upgrade modules (59640bc)
  • chore(package): run finepack (2517171)
  • chore(package): update 'flow-bin' to version 0.57.3 (148af7d)
  • chore(package): update ava to version 0.21.0 (ce10342)
  • chore(package): update ava to version 0.22.0 (3ef4731)
  • chore(package): update ava to version 0.23.0 (bad0854)
  • chore(package): update babel-eslint to version 8.0.0 (609becb)
  • chore(package): update codecov to version 3.0.0 (f28fd16)
  • chore(package): update coveralls to version 3.0.0 (41b0225)
  • chore(package): update nyc to version 11.0.1 (2fbbee6)
  • chore(package): update package-lock.json (0498887)
  • chore(package): update postcss-discard-comments to version 4.0.0-rc.2 (5c9c734)
  • chore(package): update react-dom to version 16.0.0 (e154175)
  • chore(package): update stylelint to version 8.0.0 (31cd660)
  • chore(package): upgrade cross-env to version 5.0.1 (b210795)
  • chore(package): upgrade flow-bin to version 0.49.1 (68e4113)
  • chore(package): upgrade flow-bin to version 0.52.0 (9f861db)
  • chore(package): upgrade prettier to version 1.4.2 (71822d0)
  • chore(package): upgrade prettier to version 1.4.4 (b618a19)
  • chore(package): upgrade react (to 16) and other packages (7e27f55)
  • chore(test): move functions used by tests to 'internals' (52004bd)
  • chore(travis): add Node.js 8 (b71d5a6)
  • docs(github): add 'css-loader' request (7346cb8)
  • docs(README): add '@flow' to examples, suggest use of FlagIconFactory (fe02f7d)
  • docs(README): add 'className' and 'styleName' to props (9bb1d25)
  • docs(README): fix named import (a5339c0)
  • docs(README): recommend webpack version >= 2 (217eb62)
  • docs(README): replace <code> with backtick, misc updates (3837752)
  • docs(README): update the 'Flow support' section (4229108)
  • docs(README): use new React import syntax (61eb7b7)
  • fix: add 'className' and 'styleName' to prop-types (e3dac5a)
  • fix: correct global 'className' handling (20b9d9a)
  • fix(eslint): correct lib ignore path (68d7e6f)
  • fix(eslint): prevent eslint from crashing (TEMPORARY) (8d049fc)
  • fix(flow): use '' correctly (74b2256)
  • refactor: make 'DummyComponent' more similar to 'FlagIcon' (11b5ae1)
  • refactor: remove dependency on 'react-css-modules' (c51ecf6)
  • refactor: remove unused 'objectKeysApplyFn' and move 'diffArrays' (fef095c)
  • refactor(test): move static data to 'static' folder (b9037a7)
  • test: add new tests, 'snapshot tests', 'react-test-renderer' (945e7b7)
  • test: test that "import React from 'react'" works (fa8d61e)
  • test: update ava snapshots .snap (dfd1e5d)
  • test: upgrade ava to v.0.2.0, refactor and add new tests (9cbfa17)
  • test(flow): refactors and add 'FlagIconOptionsType' and 'loops' tests (975cddb)
  • Release 1.0.19 (875782a)
  • update eslint-config-airbnb to version 16.1.0 (65e8870)

<a name="1.0.20"></a>

matteocng
published 1.0.19 •

Changelog

Source

1.0.19 (2017-07-02)

  • docs(github): add 'css-loader' request (fdd3cbe)
  • docs(README): add 'className' and 'styleName' to props (ae27154)
  • docs(README): fix named import (1d15ca4)
  • docs(README): replace '<code>' with backtick, misc updates (0540064)
  • test: add new tests, 'snapshot tests', 'react-test-renderer' (945e7b7)
  • test: update ava snapshots .snap (19fe4f1)
  • test: upgrade ava to v.0.2.0, refactor and add new tests (16390b2)
  • chore: remove 'jsdom' as it is unused atm (b32b7ba)
  • chore(package): add 'package-lock.json' and regenerate lock files (f854fb6)
  • chore(package): bump 'chalk', 'eslint-plugin-jsx-a11y', fix 'jsdom' version (9b77371)
  • chore(package): run finepack (114dbc0)
  • chore(package): update nyc to version 11.0.1 (2fbbee6)
  • chore(package): upgrade cross-env to version 5.0.1 (b210795)
  • chore(package): upgrade flow-bin to version 0.49.1 (95104f3)
  • chore(package): upgrade prettier to version 1.4.2 (71822d0)
  • chore(package): upgrade prettier to version 1.4.4 (b618a19)
  • chore(test): move functions used by tests to 'internals' (52004bd)
  • chore(travis): add Node.js 8 (b71d5a6)
  • refactor: remove dependency on 'react-css-modules' (c51ecf6)
  • refactor: remove unused 'objectKeysApplyFn' and move 'diffArrays' (67910cc)
  • refactor(test): move static data to 'static' folder (b9037a7)
  • fix: add 'className' and 'styleName' to prop-types (e3dac5a)
  • fix: correct global 'className' handling (3123449)

<a name="1.0.18"></a>

matteocng
published 1.0.18 •

Changelog

Source

1.0.18 (2017-05-26)

  • chore(package): upgrade flow-bin to version 0.47.0 (7f1d0db)
  • docs: small fixes (94e8e0a)

<a name="1.0.17"></a>

matteocng
published 1.0.17 •

Changelog

Source

1.0.17 (2017-05-23)

  • fix: move 'static' in 'src', so that it is handled by babel (379fb18)
  • chore(package): update postcss-each to version 0.10.0 (0423e8a)
  • docs(README): add 'create-react-app' section (637e2de)
  • docs(README): add Flow configuration section (cc8b076)
  • docs(README): fix version (ae6e199)

<a name="1.0.16"></a>

matteocng
published 1.0.16 •

Changelog

Source

1.0.16 (2017-05-17)

  • fix(npm): npmignore 'scripts' (aeed5b0)

<a name="1.0.15"></a>

matteocng
published 1.0.15 •

Changelog

Source

1.0.15 (2017-05-17)

  • docs(README): bump version (d3811a0)
  • fix(package): fix ignore regex for tests (bce7561)

<a name="1.0.14"></a>

matteocng
published 1.0.14 •

Changelog

Source

1.0.14 (2017-05-17)

  • docs(README): add custom flags docs and example (838010e)
  • docs(README): general improvements (10f0527)
  • docs(README): link to specific line (4ce7e3b)
  • chore: add nsp (Node Security CLI) (ab76d8d)
  • chore: add prettier (a9ea58b)
  • chore: yarn lock (07af05f)
  • chore(flow): remove unused entries (fea1a56)
  • chore(flow): rename FlagIconSizesType to FlagIconSizeType (02aecdf)
  • chore(flow): run 'flow-typed install' (a72e04e)
  • chore(package): update cross-env to version 5.0.0 (4de2a6e)
  • chore(package): update eslint-config-airbnb to version 15.0.0 (d1d78d3)
  • chore(package): update eslint-plugin-jsx-a11y to version 5.0.2 (a130cef)
  • chore(package): update flow-bin to version 0.45.0 (0f4cd81)
  • chore(package): update postcss-cli to version 4.0.0 (#37) (71ae62c)
  • chore(package): update postcss-custom-properties to version 6.0.0 (a1c064c)
  • chore(package): update prettier to version 1.2.2 (8a80c09)
  • chore(package): upgrade eslint-plugin-react eslint-plugin-jsx-a11y (849b1ff)
  • chore(package): upgrade flow-bin to version 0.46.0 (c85646c)
  • chore(package): upgrade prettier, eslint-plugin-react (f8c3127)
  • fix: add test for invalid code prop (29fe515)
  • fix: make baseThemeStyleName not required (baf74ea)
  • fix(flow): add suppress_comment (03e0457)
  • fix(flow): remove unused type (fab48b7)
  • fix(test): correct background-image path (dc593c4)
  • test: add tests for custom flags and 'Flow' (c0f53f7)
  • feat: typechecked custom flags with 'customCodes', 'themeStyles' (7e7301c)
  • feat(scripts): add optional third parameter to prettier task (ff12459)
  • refactor(flow): fix 'FlagIconCodeType', make it poly, generate types from enums (2f55a5e)

<a name="1.0.13"></a>

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