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

ld-react-components

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ld-react-components - npm Package Compare versions

Comparing version 1.0.56 to 1.0.57

13

CHANGELOG.md

@@ -0,1 +1,14 @@

# v1.0.57 (Wed Oct 30 2019)
#### 🐛 Bug Fix
- Add test summary to circleci [#61](https://github.com/intuit/LD-React-Components/pull/61) (puja_baid@intuit.com [@tekgal](https://github.com/tekgal))
#### Authors: 2
- [@tekgal](https://github.com/tekgal)
- pbaid (puja_baid@intuit.com)
---
# v1.0.56 (Wed Oct 30 2019)

@@ -2,0 +15,0 @@

5

package.json
{
"name": "ld-react-components",
"version": "1.0.56",
"version": "1.0.57",
"description": "Semantic component helpers to support LaunchDarkly in your react app.",

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

"clean": "rimraf ./dist ./coverage ./docs",
"test": "jest --coverage",
"test": "yarn add --dev jest-junit && yarn build && jest --coverage --reporters=default --reporters=jest-junit && mkdir -p test-reports/jest && mv junit.xml test-reports/jest/results.xml",
"lint": "eslint src/",

@@ -88,2 +88,3 @@ "build": "babel src/lib -d dist --copy-files",

"jest": "^24.9.0",
"jest-junit": "^9.0.0",
"jsdom": "15.1.1",

@@ -90,0 +91,0 @@ "jsdom-global": "3.0.2",

yarn.lock

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