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

react-oui-icons

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-oui-icons - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

7

CHANGELOG.md

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

## Unreleased
## 2.5.0 - 2018-10-29
- [Feature] Fix ES module build of react-oui-icons not transpiling JSX
## 2.4.0 - 2018-10-22
- [Feature] Add comments icon

@@ -16,3 +21,3 @@ - [Feature] Pencil edit icon

## 2.2.2 - 208-08-24
## 2.2.2 - 2018-08-24
- [Feature] Add getting-started icon

@@ -19,0 +24,0 @@

9

package.json
{
"name": "react-oui-icons",
"version": "2.4.0",
"version": "2.5.0",
"main": "dist/index.js",
"module": "src/index.js",
"module": "module/index.js",
"private": false,

@@ -36,4 +36,5 @@ "repository": {

"scripts": {
"build": "npm run babel && gulp svg:combined",
"babel": "babel ./src --ignore *test.js --out-dir ./dist",
"build": "npm run babel-es5 && npm run babel-module && gulp svg:combined",
"babel-es5": "babel ./src --ignore *test.js --out-dir ./dist --presets=env,react --plugins=inline-json-import",
"babel-module": "babel ./src --ignore *test.js --out-dir ./module",
"test": "node scripts/test.js --env=jsdom",

@@ -40,0 +41,0 @@ "storybook": "start-storybook -p 6006",

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