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

@graffy/client

Package Overview
Dependencies
Maintainers
1
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graffy/client - npm Package Compare versions

Comparing version 0.13.9 to 0.13.10

2

index.js

@@ -32,4 +32,2 @@ "use strict";

source.onerror = function (e) {
// eslint-disable-next-line no-console
if (console && console.error) console.error(e);
end(e);

@@ -36,0 +34,0 @@ };

6

package.json

@@ -5,3 +5,3 @@ {

"author": "aravind (https://github.com/aravindet)",
"version": "0.13.9",
"version": "0.13.10",
"main": "index.js",

@@ -17,5 +17,5 @@ "source": "src/index.js",

"@babel/runtime-corejs3": "^7.8.3",
"@graffy/common": "0.13.9",
"@graffy/stream": "0.13.9"
"@graffy/common": "0.13.10",
"@graffy/stream": "0.13.10"
}
}

@@ -23,4 +23,2 @@ import { encodeUrl } from '@graffy/common';

source.onerror = e => {
// eslint-disable-next-line no-console
if (console && console.error) console.error(e);
end(e);

@@ -27,0 +25,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