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

react-guide-maker

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-guide-maker - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

build/index.cjs.js

21

package.json
{
"name": "react-guide-maker",
"version": "0.1.5",
"version": "0.1.6",
"description": "Guidemaker for react",
"main": "./build/index.cjs.js",
"module": "./build/index.esm.js",
"browser": "build/index.js",
"exports": {
".": {
"import": "./build/index.esm.js",
"require": "./build/index.cjs.js"
}
},
"keywords": [

@@ -11,5 +20,5 @@ "guide",

"scripts": {
"build": "react-scripts build"
"build": "rollup -c",
"watch": "rollup -cw"
},
"main": "./src/index.jsx",
"repository": "https://github.com/HaliaStudios/guideMaker",

@@ -28,3 +37,9 @@ "license": "MIT",

"react-dom": "^17.0.2"
},
"dependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"rollup-plugin-peer-deps-external": "^2.2.4"
}
}
src/components/Bold/Bold.css

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