New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

instructure-canvas-api

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instructure-canvas-api - npm Package Compare versions

Comparing version 1.0.4 to 2.0.0

lib/__mocks__/httpClient.js

12

package.json
{
"name": "instructure-canvas-api",
"version": "1.0.4",
"version": "2.0.0",
"description": "API module to interact with canvas",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"flow": "flow check --show-all-errors"
"flow": "flow check --show-all-errors",
"prepush": "yarn test && yarn flow"
},

@@ -16,10 +17,11 @@ "dependencies": {

"babel-preset-react-native": "^3.0.1",
"del": "^3.0.0",
"flow-bin": "^0.40.0",
"jest": "^20.0.4",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"jest": "^20.0.4",
"merge-stream": "^1.0.1",
"del": "^3.0.0"
"gulp-json-editor": "^2.2.1"
},
"license": "Apache-2.0"
}

@@ -71,2 +71,6 @@ # canvas-api

yarn flow
yarn test
yarn test
### Publishing
Publish to npm with `gulp publish` after updating the version in `package.json`
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