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

@forter/icon

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/icon - npm Package Compare versions

Comparing version 4.1.3 to 4.2.0

icons/chevron-double-left.svg.js

11

CHANGELOG.md

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

# [4.2.0](https://github.com/forter/web-components/compare/@forter/icon@4.1.3...@forter/icon@4.2.0) (2020-01-06)
### Features
* **pagination:** added pagination ([75c1ca4](https://github.com/forter/web-components/commit/75c1ca4))
## [4.1.3](https://github.com/forter/web-components/compare/@forter/icon@4.1.2...@forter/icon@4.1.3) (2019-12-31)

@@ -8,0 +19,0 @@

3

index.js

@@ -26,2 +26,5 @@ export { DEFAULT_ICON, cache, instances, registerIconCache } from './cache.js';

export { default as right } from './icons/right.svg.js';
export { default as left } from './icons/left.svg.js';
export { default as chevronDoubleRight } from './icons/chevron-double-right.svg.js';
export { default as chevronDoubleLeft } from './icons/chevron-double-left.svg.js';
export { default as search } from './icons/search.svg.js';

@@ -28,0 +31,0 @@ export { default as skip } from './icons/skip.svg.js';

4

package.json
{
"name": "@forter/icon",
"version": "4.1.3",
"version": "4.2.0",
"description": "Icon Component from Forter Components",

@@ -52,3 +52,3 @@ "main": "index.js",

},
"gitHead": "090c2e012f543b9b28ffca84ddec45f7d5deb278"
"gitHead": "dad5a4fc280e6e24064360929c3a001618226d54"
}

@@ -24,2 +24,5 @@ export { default as addNoCircle } from './add-no-circle.svg.js';

export { default as right } from './right.svg.js';
export { default as left } from './left.svg.js';
export { default as chevronDoubleRight } from './chevron-double-right.svg.js';
export { default as chevronDoubleLeft } from './chevron-double-left.svg.js';
export { default as search } from './search.svg.js';

@@ -26,0 +29,0 @@ export { default as skip } from './skip.svg.js';

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