@shoutem/api-sdk
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@shoutem/api-sdk", | ||
"version": "1.1.2", | ||
"description": "Javascript SDK for Shoutem API using fetch", | ||
"main": "build/lib/index.js", | ||
"version": "1.1.3", | ||
"description": "SDKs for Shoutem API", | ||
"files": [ | ||
"build/lib" | ||
"README.json" | ||
], | ||
"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": { | ||
"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" | ||
"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" | ||
} | ||
} |
@@ -9,2 +9,2 @@ # README # | ||
Include as a script: | ||
`<script src="https://static.shoutem.com/libs/api-sdk/0.1.7/api-sdk.min.js"></script>` | ||
`<script src="https://static.shoutem.com/libs/api-sdk/1.0.0/api-sdk.min.js"></script>` |
Sorry, the diff of this file is not supported yet
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
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
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
0
6
2288
3
0
2
- Removedlodash@^4.17.4
- Removedurijs@^1.18.9
- Removed@shoutem/fetch-token-intercept@0.3.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedurijs@1.19.11(transitive)