use-country-info
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "use-country-info", | ||
"description": "use-country-info", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
"author": "Erik Ferreira de Lima <erik.lima.f@outlook.com>", | ||
"main": "dist/index.js", | ||
"type": "module", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [ | ||
@@ -20,11 +23,8 @@ "React", | ||
"scripts": { | ||
"start": "webpack serve --mode development", | ||
"prestart": "npm install", | ||
"build": "webpack --mode=production --node-env=production", | ||
"build:dev": "webpack --mode=development", | ||
"build:prod": "webpack --mode=production --node-env=production", | ||
"watch": "webpack --watch", | ||
"serve": "webpack serve", | ||
"build": "parcel build ./src/index.ts", | ||
"start": "parcel start ./src/index.ts", | ||
"dev": "nodemon --watch \"src//\" --exec \"ts-node src/index.ts\" -e ts", | ||
"test": "jest", | ||
"coverage": "jest --coverage" | ||
"coverage": "jest --coverage", | ||
"deploy": "npm version patch && npm publish" | ||
}, | ||
@@ -44,5 +44,6 @@ "repository": { | ||
"peerDependencies": { | ||
"react": ">=17.0.2" | ||
"react": ">=16.0.2" | ||
}, | ||
"devDependencies": { | ||
"@airbnb/config-eslint": "^3.1.0", | ||
"@babel/cli": "^7.22.6", | ||
@@ -55,3 +56,5 @@ "@babel/core": "^7.22.8", | ||
"@babel/plugin-proposal-export-default-from": "^7.22.5", | ||
"@babel/plugin-proposal-export-namespace-from": "^7.18.9", | ||
"@babel/plugin-proposal-function-bind": "^7.22.5", | ||
"@babel/plugin-proposal-function-sent": "^7.22.5", | ||
"@babel/plugin-proposal-json-strings": "^7.18.6", | ||
@@ -69,15 +72,31 @@ "@babel/plugin-proposal-logical-assignment-operators": "^7.20.7", | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@parcel/babel-preset-env": "^2.9.3", | ||
"@parcel/core": "^2.9.3", | ||
"@parcel/packager-ts": "^2.9.3", | ||
"@parcel/transformer-typescript-types": "^2.9.3", | ||
"@parcel/types": "^2.9.3", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-typescript": "^11.1.2", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@types/jest": "^29.5.2", | ||
"@types/react": "^17.0.62", | ||
"@webpack-cli/generators": "^3.0.7", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"babel-loader": "^9.1.3", | ||
"css-loader": "^6.8.1", | ||
"eslint": "^8.44.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-node": "^4.1.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-import-helpers": "^1.3.1", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-sonarjs": "^0.19.0", | ||
"gh-pages": "^5.0.0", | ||
"html-webpack-plugin": "^5.5.3", | ||
"jest": "^29.6.1", | ||
"jest-puppeteer": "6.1.0", | ||
"parcel": "^2.9.3", | ||
"prettier": "^3.0.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react": "^18.2.0", | ||
"react-test-renderer": "^17.0.2", | ||
@@ -88,8 +107,4 @@ "style-loader": "^3.3.3", | ||
"ts-node-dev": "^2.0.0", | ||
"typescript": "^5.1.6", | ||
"webpack": "^5.88.1", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.15.1", | ||
"workbox-webpack-plugin": "^7.0.0" | ||
"typescript": "^5.1.6" | ||
} | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1613013
0
58
6
28352
No