presence-kit
Advanced tools
Comparing version 0.2.13 to 0.2.14
@@ -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._ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29
3016
3
0
2