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

ponsqb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ponsqb - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

5

package.json
{
"name": "ponsqb",
"version": "0.0.8",
"version": "0.0.9",
"description": "ponsqb js client",

@@ -12,5 +12,4 @@ "main": "index.js",

"dependencies": {
"axios": "^1.2.0",
"xml2js": "^0.4.23"
"axios": "^1.2.0"
}
}

8

src/request.js

@@ -1,3 +0,1 @@

import xml2js from 'xml2js'
export default async function(connection, bridge, attributes) {

@@ -26,6 +24,2 @@ let me = attributes

function parsedResponseXML() {
return xml2js.parseString(responseXML())
}
function error() {

@@ -40,3 +34,3 @@ return me?.error

function assignedAt() {
return me?.createdAt
return me?.assignedAt
}

@@ -43,0 +37,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