Socket
Socket
Sign inDemoInstall

react-rest

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-rest - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

demo/dist/dist.js

106

package.json
{
"name" : "react-rest",
"description" : "A WIP abount handling restful resources and async states",
"homepage" : "https://github.com/coma/react-rest",
"repository" : "https://github.com/coma/react-rest",
"version" : "0.0.0",
"main" : "src/index.js",
"license" : "MIT",
"authors" : [
"Eduardo García Sanz <eduardo@comakai.com>"
],
"keywords" : [
"react",
"reactjs",
"superagent",
"ajax",
"rest",
"restful"
],
"dependencies" : {
"superagent": "1.2"
},
"devDependencies": {
"mocha" : "2.2",
"should" : "7.0",
"eslint" : "0.24"
},
"scripts" : {
"lint" : "eslint src",
"test" : "npm run lint && mocha"
},
"engines" : {
"iojs": ">= 2.2.1"
},
"eslintConfig" : {
"rules" : {
"strict" : 0,
"new-cap" : 0,
"eqeqeq" : 2,
"curly" : 2,
"quotes" : [
1,
"single"
],
"no-unreachable" : 2,
"space-before-blocks" : 2,
"space-before-function-paren": 2,
"no-multi-spaces" : 0,
"key-spacing" : 0,
"no-mixed-requires" : 0,
"generator-star-spacing" : [
2,
{
"before": true,
"after" : false
}
]
}
}
"name": "react-rest",
"version": "0.0.1",
"description": "A React REST Client.",
"main": "index.js",
"scripts": {
"build:demo": "webpack --config webpack.config.demo.js",
"watch:demo": "webpack --config webpack.config.demo.js --progress --colors --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ekonstantinidis/react-rest.git"
},
"keywords": [
"react",
"rest",
"client",
"http",
"request",
"web",
"api"
],
"author": "Emmanouil Konstantinidis",
"license": "MIT",
"bugs": {
"url": "https://github.com/ekonstantinidis/react-rest/issues"
},
"homepage": "https://github.com/ekonstantinidis/react-rest#readme",
"peerDependencies": {
"react": "^15.x.x",
"react-dom": "^15.x.x",
"superagent": "^1.8.x",
"underscore": "^1.8.x"
},
"devDependencies": {
"babel-loader": "=6.2.4",
"babel-preset-es2015": "=6.9.0",
"babel-preset-react": "=6.5.0",
"bootstrap": "=3.3.6",
"css-loader": "=0.23.1",
"less": "=2.7.1",
"less-loader": "=2.2.3",
"react": "=15.1.0",
"react-dom": "=15.1.0",
"style-loader": "=0.13.1",
"superagent": "=1.8.2",
"webpack": "=1.13.1"
}
}
# react-rest
A WIP abount handling restful resources and async states
A React REST Client.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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