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

react-user-guide

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-user-guide - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

6

package.json
{
"name": "react-user-guide",
"version": "1.1.3",
"version": "1.1.4",
"description": "React User Guide",

@@ -21,4 +21,4 @@ "author": "sandeshshrestha",

"start": "rollup -c -w",
"scss": "sass src/custom-style.scss:dist/custom-style.css",
"scsswatch": "sass -w src/custom-style.scss:dist/custom-style.css",
"scss": "node-sass src/custom-style.scss dist/custom-style.css",
"scsswatch": "node-sass -w src/custom-style.scss dist/custom-style.css",
"predeploy": "cd example && yarn install && yarn build",

@@ -25,0 +25,0 @@ "deploy": "gh-pages -d example/build"

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