UNPKG

3rd-cookie-check

Version:

Check if current browser is blocking 3rd party cookies or not

31 lines (30 loc) 849 B
{ "name": "3rd-cookie-check", "version": "2.0.4", "description": "Check if current browser is blocking 3rd party cookies or not", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "buildAndPublish": "webpack && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/davidtranjs/3rd-cookie-check.git" }, "keywords": [ "cookie" ], "author": "davidtranjs", "license": "ISC", "bugs": { "url": "https://github.com/davidtranjs/3rd-cookie-check/issues" }, "homepage": "https://github.com/davidtranjs/3rd-cookie-check#readme", "devDependencies": { "prettier": "2.2.1", "ts-loader": "^9.1.2", "typescript": "^4.2.4", "webpack": "^5.36.2", "webpack-cli": "^4.7.0" } }