Comparing version 0.0.0 to 0.0.1-alpha.1
{ | ||
"name": "api-reach", | ||
"version": "0.0.0", | ||
"main": "index.js", | ||
"license": "MIT" | ||
"version": "0.0.1-alpha.1", | ||
"repository": "https://github.com/dzek69/api-reach.git", | ||
"author": "Jacek Nowacki @dzek69 <git-public@dzek.eu>", | ||
"license": "MIT", | ||
"main": "src/index.mjs", | ||
"scripts": { | ||
"test": "cross-env NODE_ENV=testing mocha 'src/**/*.spec.js'", | ||
"docs": "node build-scripts/docs && jsdoc src README.md -t node_modules/docdash -d ./docs -u ./tutorials && node build-scripts/docs.after", | ||
"transpile": "node build-scripts/transpile && babel src -d dist --ignore spec.js", | ||
"prepublishOnly": "npm run test && npm run lint && npm run docs", | ||
"prepack": "npm run transpile", | ||
"lint": "eslint src/**/*.js src/*.js", | ||
"lint:fix": "npm run lint -- --fix" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.1.5", | ||
"@babel/core": "^7.1.6", | ||
"@babel/polyfill": "^7.0.0", | ||
"@babel/preset-env": "^7.1.6", | ||
"@babel/register": "^7.0.0", | ||
"@dzek69/eslint-config-base": "^0.0.1", | ||
"babel-plugin-rewire": "^1.2.0", | ||
"cross-env": "^5.2.0", | ||
"docdash": "^1.0.0", | ||
"eslint": "^5.9.0", | ||
"fs-extra": "^7.0.1", | ||
"jsdoc": "^3.5.5", | ||
"mocha": "^5.2.0", | ||
"must": "^0.13.4", | ||
"node-fetch": "^2.3.0" | ||
}, | ||
"dependencies": { | ||
"better-custom-error": "^1.0.0", | ||
"light-isomorphic-fetch": "^1.0.0", | ||
"qs": "^6.6.0" | ||
}, | ||
"peerDependencies": { | ||
"node-fetch": "^2.3.0" | ||
} | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
166318
30
1875
1
1
37
4
15
1
2
+ Addedbetter-custom-error@^1.0.0
+ Addedqs@^6.6.0
+ Addedbetter-custom-error@1.0.0(transitive)
+ Addedcall-bind-apply-helpers@1.0.1(transitive)
+ Addedcall-bound@1.0.3(transitive)
+ Addeddunder-proto@1.0.1(transitive)
+ Addedes-define-property@1.0.1(transitive)
+ Addedes-errors@1.3.0(transitive)
+ Addedes-object-atoms@1.0.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedget-intrinsic@1.2.6(transitive)
+ Addedgopd@1.2.0(transitive)
+ Addedhas-symbols@1.1.0(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedlight-isomorphic-fetch@1.0.0(transitive)
+ Addedmath-intrinsics@1.1.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedobject-inspect@1.13.3(transitive)
+ Addedqs@6.13.1(transitive)
+ Addedside-channel@1.1.0(transitive)
+ Addedside-channel-list@1.0.0(transitive)
+ Addedside-channel-map@1.0.1(transitive)
+ Addedside-channel-weakmap@1.0.2(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)