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

@gapminder/dollar-street-icons

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gapminder/dollar-street-icons - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0

dist/dsAgriculture.js

6

icons.json

@@ -11,5 +11,5 @@ {

"book": "dsBook",
"cc-circle": "dsCCCircle",
"car": "dsCar",
"car-key": "dsCarKey",
"cc-circle": "dsCcCircle",
"check": "dsCheck",

@@ -38,5 +38,8 @@ "check-circle": "dsCheckCircle",

"disposal-pads": "dsDisposalPads",
"dollarstreet": "dsDollarstreet",
"dollarstreet-circle": "dsDollarstreetCircle",
"door": "dsDoor",
"door-lock": "dsDoorLock",
"download": "dsDownload",
"drainage": "dsDrainage",
"earring": "dsEarring",

@@ -80,3 +83,2 @@ "empty": "dsEmpty",

"light-bulb": "dsLightBulb",
"logo-circle": "dsLogoCircle",
"makeup": "dsMakeup",

@@ -83,0 +85,0 @@ "marker-arrow": "dsMarkerArrow",

{
"name": "@gapminder/dollar-street-icons",
"version": "0.2.0",
"version": "1.0.0",
"description": "Font Awesome icon library for Dollar Street by GapMinder",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"scripts": {
"build": "node build",
"build": "node src/build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -29,8 +29,12 @@ },

"devDependencies": {
"ascii-progress": "^1.0.5",
"fs-extra": "^8.1.0",
"jetty": "^0.2.1",
"prettier": "^1.16.4",
"require-all": "^3.0.0",
"string-template": "^1.0.0",
"stringify-object": "^3.3.0",
"svg-to-png": "^4.0.0"
"svg-to-png": "^4.0.0",
"xml2json": "^0.11.2"
}
}

@@ -25,2 +25,15 @@ # @GapMinder/dollar-street-icons - for Font Awesome

Import your icons like so:
```javascript
import { dsLogoCircle, dsTimes } from '@gapminder/dollar-street-icons'
```
Or as a deep import:
```javascript
import { dsLogoCircle } from '@gapminder/dollar-street-icons/dist/dsLogoCircle'
import { dsTimes } from '@gapminder/dollar-street-icons/dist/dsTimes'
```
Read about Font Awesome [here](https://fontawesome.com/how-to-use/on-the-web/setup/getting-started).

@@ -30,6 +43,8 @@

## [Editing the icon set](docs/editing.md)
---
## Issues and support
## Read more
[GitHub issues](https://github.com/GapMinder/dollar-street-icons/issues)
• [Editing the icon set](docs/editing.md)
• [GitHub issues](https://github.com/GapMinder/dollar-street-icons/issues)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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