New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-interactive-guide

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-interactive-guide - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

17

CHANGELOG.md

@@ -1,8 +0,21 @@

## [1.2.1](https://github.com/dominictwlee/react-interactive-guide/compare/v1.2.0...v1.2.1) (2020-04-19)
# [1.3.0](https://github.com/dominictwlee/react-interactive-guide/compare/v1.2.1...v1.3.0) (2020-04-20)
# [1.2.0](https://github.com/dominictwlee/react-interactive-guide/compare/v1.1.1...v1.2.0) (2020-04-18)
### Features
* export tour guide types ([3def3fe](https://github.com/dominictwlee/react-interactive-guide/commit/3def3fefc1b1f01f092000190d3e55f5c0187113))
# [1.2.1](https://github.com/dominictwlee/react-interactive-guide/compare/v1.2.0...v1.2.1) (2020-04-19)
### Code Refactoring
* narrow type anchor el ([951938b](https://github.com/dominictwlee/react-interactive-guide/commit/951938bd687915a6c50dc1853134f101ca3211af))
## [1.2.0](https://github.com/dominictwlee/react-interactive-guide/compare/v1.1.1...v1.2.0) (2020-04-18)
### Features
* add precondition to starting tourguide ([13457fc](https://github.com/dominictwlee/react-interactive-guide/commit/13457fc2afafb003f5079aa615147193fa12f7f3))
export { default as useGuide } from './useGuide';
export { default as Tourguide } from './Tourguide';
export type { TourguideProps } from './Tourguide';
export type { UseTourguideProps } from './useTourguide';
export { default as TourguideProvider } from './TourguideProvider';

4

package.json
{
"name": "react-interactive-guide",
"version": "1.2.1",
"version": "1.3.0",
"description": "Interactive tour guide for your react app",

@@ -67,3 +67,3 @@ "source": "src/index.ts",

"parcel-bundler": "^1.12.4",
"prettier": "^1.19.1",
"prettier": "^2.0.4",
"react": ">= 16.8.0",

@@ -70,0 +70,0 @@ "react-dom": ">= 16.8.0",

Sorry, the diff of this file is not supported yet

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