Socket
Socket
Sign inDemoInstall

@pandolink/utils

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandolink/utils - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

package.json
{
"name": "@pandolink/utils",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"publish": " npm publish --access public"
},

@@ -9,0 +10,0 @@ "author": "",

7

src/grpc.ts

@@ -1,7 +0,2 @@

export const setRequest = (object: any) => {
const {
request,
params
} = object;
export const setRequest = <R, P>(request: R, params: P): R => {
const paramKeys = Object.keys(params)

@@ -8,0 +3,0 @@

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