Socket
Socket
Sign inDemoInstall

@duely/client

Package Overview
Dependencies
37
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

.babelrc

17

package.json
{
"name": "@duely/client",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"repository": "github:uoleevi/duely",
"description": "GraphQL client by Duely (wrapper for @apollo/client)",
"main": "src/index.js",
"scripts": {},
"main": "index.js",
"scripts": {
"build": "npx babel src -d dist --source-maps --copy-files --no-copy-ignored",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/**"
},
"author": "",

@@ -13,3 +18,9 @@ "license": "ISC",

"subscriptions-transport-ws": "^0.9.18"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"eslint": "^7.12.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc