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

@shoutem/api-sdk

Package Overview
Dependencies
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shoutem/api-sdk - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

48

package.json
{
"name": "@shoutem/api-sdk",
"version": "1.1.3",
"description": "SDKs for Shoutem API",
"version": "1.1.4",
"description": "Javascript SDK for Shoutem API using fetch",
"main": "build/lib/index.js",
"files": [
"README.json"
"build/lib"
],
"author": "Shoutem",
"scripts": {
"clean": "rimraf ./build/*",
"build": "npm run clean && npm run build-lib && npm run build-production-script && npm run build-develop-script",
"build-production-script": "webpack --config ./bin/webpack.prod.config.js",
"build-develop-script": "webpack --config ./bin/webpack.dev.config.js",
"build-lib": "babel src --out-dir build/lib --copy-files",
"test": "mocha --require babelTestSetup --reporter spec --recursive test",
"coverage": "babel-node node_modules/isparta/bin/isparta cover --report text --report html node_modules/mocha/bin/_mocha -- -R spec --recursive test",
"lint": "eslint src test"
},
"author": "Shoutem",
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-flow-vars": "^0.4.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^1.3.0",
"eslint-plugin-react": "^5.1.1"
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"chai-shallow-deep-equal": "^1.4.0",
"deep-freeze": "0.0.1",
"isparta": "^4.0.0",
"istanbul": "0.4.4",
"json-loader": "^0.5.4",
"lodash-webpack-plugin": "^0.11.0",
"mocha": "^2.5.3",
"nock": "^8.2.1",
"rimraf": "^2.5.2",
"sinon": "^1.17.4",
"webpack": "^1.8.4"
},
"dependencies": {
"@shoutem/fetch-token-intercept": "^0.3.0",
"lodash": "^4.17.4",
"urijs": "^1.18.9"
}
}

@@ -9,2 +9,2 @@ # README #

Include as a script:
`<script src="https://static.shoutem.com/libs/api-sdk/1.0.0/api-sdk.min.js"></script>`
`<script src="https://static.shoutem.com/libs/api-sdk/0.1.7/api-sdk.min.js"></script>`

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