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

@indiebacklink/react

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@indiebacklink/react - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

1

dist/components/IndieBacklink/index.js

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

import '../../assets/index.css';
import { jsxs as W, jsx as u } from "react/jsx-runtime";

@@ -3,0 +2,0 @@ import { useState as w, useRef as m, useCallback as E, useEffect as g } from "react";

2

package.json

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",

@@ -8,0 +8,0 @@ "main": "dist/main.js",

@@ -15,5 +15,13 @@ # IndieBacklink React Component

Create a new boosting channel on IndieBacklink.com and get your `id` (tracking ID).
1. Create a new boosting channel on IndieBacklink.com and get your `id` (tracking ID).
2. Import the CSS in your Next.js `_app.js` or `_app.tsx` file:
```javascript
import "@indiebacklink/react/assets/index.css";
```
3. Use the component in your app:
```javascript
import { IndieBacklink } from "@indiebacklink/react";

@@ -20,0 +28,0 @@

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