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

create-browser-ext

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-browser-ext - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

templates/chrome-react/src/components/Options.tsx

2

package.json
{
"name": "create-browser-ext",
"version": "0.1.3",
"version": "0.1.4",
"description": "Create browser extension starter kit",

@@ -5,0 +5,0 @@ "repository": "git@github.com:tyom/create-browser-ext.git",

@@ -1,2 +0,12 @@

# chrome-extension-starter
Start building a Chrome extention
# create-chrome-ext
Yarn/NPM initialiser for building Chrome extensions.
Start by running `npm init browser-ext` or `yarn create browser-ext`.
Fill in a short questionnaire in UI to select the template and give your extension a name
and start building the extension you want in the generated template using React/Preact
with Styled Components or Emotion.
You can inject a frame into the page or add controls within the extension browser action
button. You can also configure options for your extensions.

@@ -14,6 +14,10 @@ /******/ (() => { // webpackBootstrap

/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ "./node_modules/react-dom/index.js");
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components */ "./src/components/index.tsx");
/* harmony import */ var _GlobalStyles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./GlobalStyles */ "./src/GlobalStyles.tsx");
(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.render)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("h1", null, "OPTIONS")), document.getElementById('root'));
(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.render)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_GlobalStyles__WEBPACK_IMPORTED_MODULE_3__.default, null), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components__WEBPACK_IMPORTED_MODULE_2__.Options, null)), document.getElementById('root'));
/***/ })

@@ -20,0 +24,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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