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

@entur/icons

Package Overview
Dependencies
Maintainers
9
Versions
144
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 1.15.1 to 1.15.2

6

CHANGELOG.md

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

## [1.15.2](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.15.1...@entur/icons@1.15.2) (2020-12-04)
### Bug Fixes
- remove unused typings ([156a31d](https://bitbucket.org/enturas/design-system/commits/156a31d8015de3c88291f6620bafeb3d200f16f1))
## [1.15.1](https://bitbucket.org/enturas/design-system/compare/@entur/icons@1.15.0...@entur/icons@1.15.1) (2020-11-05)

@@ -8,0 +14,0 @@

6

dist/index.d.ts
import React from 'react';
declare module '*.svg' {
const content: any;
export default content;
}
declare module '@entur/icons';
export declare type IconProps = {

@@ -10,0 +4,0 @@ /**Ekstra klassenavn */

8

package.json
{
"name": "@entur/icons",
"version": "1.15.1",
"version": "1.15.2",
"license": "EUPL-1.2",

@@ -48,6 +48,6 @@ "main": "dist/index.js",

"dependencies": {
"@entur/tokens": "^2.0.0",
"@entur/utils": "^0.3.0"
"@entur/tokens": "^2.0.1",
"@entur/utils": "^0.4.0"
},
"gitHead": "c6a3e4911427aea2d3d83bc0dc4fcbbeef3b7164"
"gitHead": "2016f005f88a8a1ebd8b31801d266dcbc367d5bc"
}
import React from 'react';
declare module '*.svg' {
const content: any;
export default content;
}
declare module '@entur/icons';
export declare type IconProps = {

@@ -10,0 +4,0 @@ /**Ekstra klassenavn */

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