@speedlo/react-apollo-hooks
Advanced tools
Comparing version 1.0.3 to 1.0.6
{ | ||
"name": "@speedlo/react-apollo-hooks", | ||
"version": "1.0.3", | ||
"version": "1.0.6", | ||
"description": "", | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"typings": "lib/index.d.ts", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"module": "dist/react-apollo-hooks.esm.js", | ||
"files": [ | ||
"es", | ||
"lib" | ||
"dist" | ||
], | ||
"scripts": { | ||
"build:cjs": "rimraf lib && tsc -p tsconfig.build.json --outDir lib -m commonjs", | ||
"build:es": "rimraf es && tsc -p tsconfig.build.json --outDir es -m ESNext", | ||
"build:typings": "tsc -p tsconfig.typings.json", | ||
"build": "run-p build:cjs build:es && npm run build:typings", | ||
"build": "tsdx build --tsconfig ./tsconfig.build.json", | ||
"typings-check": "tsc --noEmit", | ||
@@ -104,2 +100,3 @@ "format-check": "prettier --list-different \"**/*.{js,ts,tsx}\"", | ||
"standard-version": "^4.4.0", | ||
"tsdx": "^0.7.2", | ||
"tslint": "^5.12.0", | ||
@@ -106,0 +103,0 @@ "tslint-config-prettier": "^1.17.0", |
@@ -10,3 +10,3 @@ # react-apollo-hooks | ||
`npm install react-apollo-hooks` | ||
`npm i @speedlo/react-apollo-hooks` | ||
@@ -16,3 +16,3 @@ Or if using [yarn](https://yarnpkg.com/en/) | ||
`yarn add react-apollo-hooks` | ||
`yarn add @speedlo/react-apollo-hooks ` | ||
@@ -19,0 +19,0 @@ # Example |
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
180697
30
23
1215
1
1
1