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

deepai

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepai - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/deepai.js

32

package.json
{
"name": "deepai",
"version": "0.0.1",
"version": "0.0.2",
"license": "BSD-2-Clause",
"repository": {

@@ -8,3 +9,30 @@ "type": "git",

},
"homepage": "https://github.com/deepai-org/deepai-js-client"
"homepage": "https://github.com/deepai-org/deepai-js-client",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.2.2",
"babel-plugin-transform-async-to-generator": "^6.5.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"es6-promise": "^4.2.4",
"grunt": "^1.0.2",
"grunt-banner": "^0.6.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-webpack": "^1.0.18",
"load-grunt-tasks": "^3.5.2",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"axios": "0.18.0",
"form-data": "2.3.3"
},
"scripts": {
"build": "NODE_ENV=production grunt build",
"version": "npm run build && grunt version && git add -A dist && git package.json",
"postversion": "git push && git push --tags",
"fix": "eslint --fix lib/**/*.js"
}
}

@@ -6,1 +6,9 @@ # DeepAI JS Client

## Build this library (not required for users of this libary):
```bash
npm install
npm run-script build
```
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