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

presence-kit

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

presence-kit - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14

0

LICENSE.md

@@ -0,0 +0,0 @@ Copyright 2021 William Hayr <contact@igalaxy.dev>

116

package.json
{
"name": "presence-kit",
"version": "0.2.13",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md",
"LICENSE.md"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/iGalaxyYT/presence-kit.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"react-content-loader": "^6.0.3",
"react-twemoji": "^0.3.0",
"styled-components": "^5.3.1",
"swr": "^1.0.1",
"typescript": "^4.4.4",
"use-lanyard": "^1.0.1"
},
"devDependencies": {
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.14",
"cross-env": "^7.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"rimraf": "^3.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "rimraf dist && tsc",
"prepare": "npm run build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
"name": "presence-kit",
"version": "0.2.14",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md",
"LICENSE.md"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/iGalaxyYT/presence-kit.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"react-content-loader": "^6.0.3",
"react-twemoji": "^0.3.0",
"styled-components": "^5.3.1",
"swr": "^1.0.1",
"typescript": "^4.4.4",
"use-lanyard": "^1.0.1"
},
"devDependencies": {
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.14",
"cross-env": "^7.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"rimraf": "^3.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "rimraf dist && tsc",
"prepare": "npm run build"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}

@@ -6,2 +6,3 @@ # presence-kit

To get started:
```

@@ -15,2 +16,3 @@ npm install presence-kit

To use:
```ts

@@ -20,9 +22,10 @@ import { Discord } from 'presence-kit';

export default function MyComponent() {
return (
<>
<Discord id={'182292736790102017'} />
</>
)
return (
<>
<Discord id={'182292736790102017'} />
</>
);
}
```
*The Discord component uses [Lanyard](https://github.com/Phineas/Lanyard) to function. Ensure you are in the Lanyard Discord server or your presence will not be able to be tracked.*
_The Discord component uses [Lanyard](https://github.com/Phineas/Lanyard) to function. Ensure you are in the Lanyard Discord server or your presence will not be able to be tracked._
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