Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

requests

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requests - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.npmignore

48

package.json
{
"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"
}
}
lib/main.js
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc