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

@slicknode/client-node

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slicknode/client-node - npm Package Compare versions

Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.2

11

package.json
{
"name": "@slicknode/client-node",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "Lightweight GraphQL client for slicknode GraphQL servers",
"types": "dist/esm/index.d.ts",
"main": "dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"type": "module",
"scripts": {

@@ -15,3 +14,3 @@ "lint": "eslint src",

"build:test": "tsc -p tsconfig.test.json",
"watch:test": "mocha -n experimental-modules -n es-module-specifier-resolution=node --watch --check-leaks --exit --full-trace --require ts-node/register --watch-extensions js 'dist/esm/**/__tests__/**/*-test.{ts,tsx}'",
"watch:test": "mocha --watch --check-leaks --exit --full-trace --require ts-node/register --watch-extensions js 'dist/esm/**/__tests__/**/*-test.{ts,tsx}'",
"watch": "tsc --watch",

@@ -21,3 +20,3 @@ "clean": "rimraf dist/*",

"test": "npm run lint && npm run build:test && npm run testonly",
"testonly": "mocha -n experimental-modules -n es-module-specifier-resolution=node --check-leaks --exit --full-trace -r esm 'dist/esm/**/__tests__/**/*-test.js'",
"testonly": "mocha --check-leaks --exit --full-trace -r esm 'dist/cjs/**/__tests__/**/*-test.js'",
"dist": "npm run clean && npm run build",

@@ -24,0 +23,0 @@ "prepare": "npm run clean && npm run dist"

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