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

radar-sdk-js

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

radar-sdk-js - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json

@@ -6,3 +6,3 @@ {

"license": "Apache-2.0",
"version": "0.0.2",
"version": "0.0.3",
"main": "radar.js",

@@ -9,0 +9,0 @@ "scripts": {

@@ -197,3 +197,3 @@ var HOST_COOKIE = 'radar-host';

if (err && err.code) {
if (err.code === err.PERMISSION_DENIED) {
if (err.code === 1) {
callback(this.STATUS.ERROR_PERMISSIONS);

@@ -200,0 +200,0 @@ } else {

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