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

@tryvital/vital-link

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tryvital/vital-link - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

1

dist/types/index.d.ts

@@ -7,2 +7,3 @@ import React from 'react';

onLoad?: Function;
env: string;
}

@@ -9,0 +10,0 @@ export declare type VitalLinkOptionsWithLinkToken = CommonVitalLinkOptions & {};

2

package.json
{
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",

@@ -4,0 +4,0 @@ "main": "dist/index.js",

@@ -39,3 +39,3 @@ # React Vital Link

const { open, ready, error } = useVitalLink(config);
const { open, ready, error, env: "sandbox" } = useVitalLink(config);

@@ -42,0 +42,0 @@ const handleVitalOpen = async () => {

@@ -15,2 +15,4 @@ import React from 'react';

onLoad?: Function;
env: string;
}

@@ -17,0 +19,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