Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "requests", | ||
"version": "0.0.1", | ||
"description": "requests", | ||
"main": "./lib/main.js", | ||
"version": "0.1.0", | ||
"description": "An XHR abstraction that works in browsers and node.js", | ||
"main": "index.js", | ||
"browser": "browser.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", | ||
"test": "mocha test/test.js", | ||
"watch": "mocha --watch test/test.js", | ||
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test/test.js", | ||
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test/test.js", | ||
"compile": "mkdir -p dist && browserify browser.js -o dist/requests.js --standalone Requests", | ||
"start": "node test/development.js" | ||
}, | ||
"author": "solos <solos@solos.so>", | ||
"license": "MIT" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/unshiftio/requests" | ||
}, | ||
"keywords": [ | ||
"request", | ||
"xhr", | ||
"requests", | ||
"http", | ||
"xml", | ||
"xmlhttp", | ||
"xmlhttprequest" | ||
], | ||
"author": "Arnout Kazemier", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/unshiftio/requests/issues" | ||
}, | ||
"homepage": "https://github.com/unshiftio/requests", | ||
"dependencies": { | ||
"axo": "0.0.x", | ||
"eventemitter3": "0.1.x", | ||
"loads": "0.0.x" | ||
}, | ||
"devDependencies": { | ||
"assume": "1.2.x", | ||
"browserify": "8.x.x", | ||
"istanbul": "0.3.x", | ||
"mocha": "2.2.x", | ||
"pre-commit": "1.0.x" | ||
} | ||
} |
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 2 instances in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker 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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
17683
11
348
1
1
0
106
3
5
2
5
+ Addedaxo@0.0.x
+ Addedeventemitter3@0.1.x
+ Addedloads@0.0.x
+ Addedaxo@0.0.2(transitive)
+ Addedeventemitter3@0.1.6(transitive)
+ Addedfailure@1.1.1(transitive)
+ Addedloads@0.0.4(transitive)
+ Addedone-time@0.0.4(transitive)
+ Addedxhr-response@1.0.1(transitive)
+ Addedxhr-status@1.0.1(transitive)