Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "use-intl", | ||
"version": "0.0.1", | ||
"main": "index.js", | ||
"version": "0.1.0", | ||
"sideEffects": false, | ||
"author": "Jan Amann <jan@amann.me>", | ||
"license": "MIT" | ||
"description": "Minimal, but complete solution for managing internationalization in React apps.", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/amannn/next-intl/tree/main/packages/use-intl" | ||
}, | ||
"scripts": { | ||
"start": "tsdx watch", | ||
"build": "tsdx build", | ||
"test": "TZ=Europe/Berlin tsdx test", | ||
"lint": "eslint src test && tsc", | ||
"prepublishOnly": "yarn test && yarn lint && yarn build" | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/use-intl.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"dependencies": { | ||
"intl-messageformat": "^9.3.18" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^11.1.2", | ||
"@types/react": "^16.9.56", | ||
"eslint": "7.4.0", | ||
"eslint-config-molindo": "5.0.1", | ||
"react": "^17.0.0", | ||
"react-dom": "^17.0.0", | ||
"tsdx": "^0.14.1", | ||
"tslib": "^2.0.3", | ||
"typescript": "^4.1.2" | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
} | ||
} |
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
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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
65536
27
666
0
68
3
9
3
6
+ Addedintl-messageformat@^9.3.18
+ Added@formatjs/ecma402-abstract@1.11.4(transitive)
+ Added@formatjs/fast-memoize@1.2.1(transitive)
+ Added@formatjs/icu-messageformat-parser@2.1.0(transitive)
+ Added@formatjs/icu-skeleton-parser@1.3.6(transitive)
+ Added@formatjs/intl-localematcher@0.2.25(transitive)
+ Addedintl-messageformat@9.13.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
+ Addedtslib@2.8.1(transitive)