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

react-interactive-tutorials

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-interactive-tutorials - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

4

package.json
{
"name": "react-interactive-tutorials",
"version": "0.1.9",
"version": "0.1.10",
"description": "Framework for creating unobtrusive interactive tutorials for use in web apps.",
"main": "index.js",
"scripts": {
"publish-demo": "git branch -D gh-pages; git push origin --delete gh-pages; git checkout -b gh-pages; cd demo-site; npm run build; cd ..; git add .; git add -f demo-site/dist; git commit -m \"Demo site build\"; git push origin gh-pages; git checkout master; git push origin `git subtree split --prefix demo-site gh-pages`:gh-pages --force;",
"publish-demo": "git branch -D gh-pages; git push origin --delete gh-pages; git checkout -b gh-pages; cd demo-site; npm run build; cd ..; git add .; git add -f demo-site/dist; git add -f demo-site/node_modules/uptick-demo-site/dist; git commit -m \"Demo site build\"; git push origin gh-pages; git checkout master; git push origin `git subtree split --prefix demo-site gh-pages`:gh-pages --force;",
"test": "echo \"Error: no test specified\" && exit 1",

@@ -9,0 +9,0 @@ "build-js": "./node_modules/webpack/bin/webpack.js --config webpack.config.js",

@@ -25,7 +25,7 @@ # react-interactive-tutorials

- Bootstrap 3 stylesheet, or an implementation of the used classes:
- Bootstrap 4 stylesheet, or an implementation of the used classes:
- btn
- btn-primary
- btn-secondary
- pull-right
- float-right

@@ -32,0 +32,0 @@ And anyone using your site will need:

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