Socket
Socket
Sign inDemoInstall

use-facebook-auth

Package Overview
Dependencies
3
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-security to 0.0.2

dist/index.d.ts

83

package.json
{
"name": "use-facebook-auth",
"version": "0.0.1-security",
"description": "security holding package",
"repository": "npm/security-holder",
"dependencies": {}
}
"name": "use-facebook-auth",
"version": "0.0.2",
"publishConfig": {
"access": "public",
"tag": "latest"
},
"author": "Pete <pete@kreinto.io>",
"description": "A React based hook for facebook authentication.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test:watch": "tsdx test --passWithNoTests --watchAll",
"test": "tsdx test --passWithNoTests --coverage",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"module": "dist/use-facebook-auth.esm.js",
"size-limit": [
{
"path": "dist/use-facebook-auth.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/use-facebook-auth.esm.js",
"limit": "10 KB"
}
],
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/petrogad/use-facebook-auth.git"
},
"keywords": [
"react-hooks",
"hooks",
"react",
"facebook",
"authenticate",
"auth"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/petrogad/use-facebook-auth/issues"
},
"homepage": "https://github.com/petrogad/use-facebook-auth#readme",
"devDependencies": {
"@size-limit/preset-small-lib": "^4.9.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"husky": "^4.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"size-limit": "^4.9.0",
"tsdx": "^0.14.1"
},
"peerDependencies": {
"react": ">=16.8"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"useTabs": true,
"trailingComma": "es5"
},
"files": [
"dist"
]
}

11

README.md

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

# Security holding package
This package name is not currently in use, but was formerly occupied
by another package. To avoid malicious use, npm is hanging on to the
package name, but loosely, and we'll probably give it to you if you
want it.
You may adopt this package by contacting support@npmjs.com and
requesting the name.
# useFacebookAuth
A React based hook for facebook authentication.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc