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

@duely/client

Package Overview
Dependencies
Maintainers
1
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duely/client - npm Package Compare versions

Comparing version 0.0.54 to 0.0.55

dist/duely.js

20

package.json
{
"name": "@duely/client",
"type": "module",
"version": "0.0.54",
"version": "0.0.55",
"repository": "github:uoleevi/duely",

@@ -9,3 +8,3 @@ "description": "GraphQL client by Duely (wrapper for @apollo/client)",

"scripts": {
"build": "npx babel src -d dist --source-maps --copy-files --no-copy-ignored",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",

@@ -17,3 +16,3 @@ "lint": "eslint src/**"

"dependencies": {
"@apollo/client": "^3.3.4",
"@duely/core": "0.0.11",
"graphql": "^15.4.0",

@@ -23,11 +22,14 @@ "subscriptions-transport-ws": "^0.9.18"

"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"eslint": "^7.15.0"
"@apollo/client": "^3.3.4",
"@types/node": "^14.14.10",
"react": "^17.0.1",
"ts-loader": "^8.0.11",
"typescript": "^4.1.2",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0"
},
"peerDependencies": {
"@apollo/client": "^3.3.4",
"react": "^17.0.1"
}
}
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