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

currency-flags

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

currency-flags - npm Package Compare versions

Comparing version 4.0.3 to 4.0.6

10

package.json
{
"name": "currency-flags",
"version": "4.0.3",
"version": "4.0.6",
"description": "Flags for currency codes.",

@@ -12,6 +12,5 @@ "files": [

"scripts": {
"build": "npm run move-to-dist && npm run minify-css && npm run build-square-flags && npm run move-flags-to-dist && rm -rf build && echo 'Done.'",
"build": "npm run move-to-dist && npm run build-square-flags && rm -rf build && echo 'Done.'",
"test": "release-to-github-with-changelog-pre-release-checks",
"move-to-dist": "mkdir -p dist && cat 'src/styles.css' > 'dist/currency-flags.css'",
"move-flags-to-dist": "mkdir -p dist/flags && cp node_modules/wise-atoms/flags/* dist/flags",
"build-square-flags": "mkdir -p dist/square-flags && cp src/square-flags/* dist/square-flags",

@@ -21,2 +20,5 @@ "minify-css": "cleancss -o 'dist/currency-flags.min.css' 'dist/currency-flags.css'",

},
"publishConfig": {
"access": "public"
},
"repository": {

@@ -31,4 +33,4 @@ "type": "git",

"release-to-github-with-changelog": "^1.2.0",
"wise-atoms": "git+ssh://git@github.com:transferwise/wise-atoms.git#7c0711e81c6253bdaa262b9954c697764203f825"
"wise-atoms": "git+ssh://git@github.com:transferwise/wise-atoms.git#32cb71a029c5de5df3b9152fef2af58a4a6aede8"
}
}

2

README.md

@@ -38,3 +38,3 @@ # currency-flags

1. Submit your pull request from a feature branch and get code reviewed.
1. If the pull request is approved and the [CircleCI build](https://circleci.com/gh/transferwise/currency-flags) passes, you will be able to squash and merge.
1. If the pull request is approved and the [Github Actions build](https://github.com/transferwise/currency-flags/actions) passes, you will be able to squash and merge.
1. Code will automatically be released to [GitHub](https://github.com/transferwise/currency-flags/releases) and published to [npm](https://www.npmjs.com/package/currency-flags) according to the version specified in the changelog and `package.json`.

Sorry, the diff of this file is not supported yet

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