Socket
Socket
Sign inDemoInstall

@entur/icons

Package Overview
Dependencies
Maintainers
12
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@entur/icons - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

dist/icons.cjs.development.d.ts

16

CHANGELOG.md

@@ -6,8 +6,18 @@ # Change Log

# 0.2.0 (2019-09-25)
# [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/icons@0.2.0...@entur/icons@0.3.0) (2019-10-07)
### Bug Fixes
- **icons:** update the ParkAndRide icon ([49ca013](https://bitbucket.org/enturas/design-system/commits/49ca013))
### Features
* **icons:** add new package icons ([48500ae](https://bitbucket.org/enturas/design-system/commits/48500ae))
* add UI and transport icons ([5a5f10a](https://bitbucket.org/enturas/design-system/commits/5a5f10a))
- **icons:** add new icon: SourceCodeIcon ([4409eaf](https://bitbucket.org/enturas/design-system/commits/4409eaf))
- **icons:** add premium seat icon, update question icon ([8d19723](https://bitbucket.org/enturas/design-system/commits/8d19723))
# 0.2.0 (2019-09-25)
### Features
- **icons:** add new package icons ([48500ae](https://bitbucket.org/enturas/design-system/commits/48500ae))
- add UI and transport icons ([5a5f10a](https://bitbucket.org/enturas/design-system/commits/5a5f10a))

17

package.json
{
"name": "@entur/icons",
"version": "0.2.0",
"version": "0.3.0",
"license": "EUPL-1.2",
"main": "dist/index.js",
"module": "dist/icons.esm.js",
"typings": "dist/index.d.ts",
"typings": "types/index.d.ts",
"files": [
"dist",
"svgs"
"types"
],

@@ -21,8 +21,6 @@ "repository": {

"scripts": {
"prebuild": "rimraf src dist",
"build": "yarn build:icons && yarn build:index && yarn build:tsdx",
"build:icons": "svgr --ext tsx --out-dir src svgs",
"prebuild": "rimraf dist",
"build": "yarn build:index && yarn build:tsdx",
"build:index": "ts-node -O '{\"module\": \"commonjs\"}' bin/build-index.ts",
"build:tsdx": "tsdx build",
"postbuild": "rimraf src",
"test": "tsdx test --env=jsdom",

@@ -36,4 +34,5 @@ "lint": "tsdx lint"

"devDependencies": {
"@svgr/cli": "^4.3.3",
"@svgr/rollup": "^4.3.3",
"@types/fs-extra": "^8.0.0",
"@wessberg/rollup-plugin-ts": "^1.1.65",
"case": "^1.6.2",

@@ -45,3 +44,3 @@ "fs-extra": "^8.1.0",

},
"gitHead": "b76e024c8c2e90ebd84155451bc8fc7632ffc4de"
"gitHead": "831e395503aa7f4a5703f452eb4df97140f961e8"
}

@@ -17,2 +17,8 @@ # Icons

```js
import { AddIcon } from "@entur/icons; //Import specific icon
<AddIcon/>
```
Please refer to the [documentation](https://entur-design-system.firebaseapp.com/komponenter/ikoner) for usage information.

@@ -19,0 +25,0 @@

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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