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

@opensea/vessel

Package Overview
Dependencies
Maintainers
10
Versions
623
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensea/vessel - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

3

dist/index.d.ts
import { ChildFrame } from "./child";
import { ParentFrame } from "./parent";
import { ActionSubscriptionFn, ParentFrame } from "./parent";
import { MessageType } from "./utils/messaging";

@@ -11,1 +11,2 @@ export declare class Vessel {

export { ChildFrame, ParentFrame, MessageType };
export type { ActionSubscriptionFn };
{
"name": "@opensea/vessel",
"version": "0.0.6",
"version": "0.0.7",
"description": "🚢 Vessel: a promise-based postMessage library that sails your data smoothly across the Opensea.",

@@ -5,0 +5,0 @@ "files": [

import { ChildFrame } from "./child"
import { ParentFrame } from "./parent"
import { ActionSubscriptionFn, ParentFrame } from "./parent"
import { MessageType } from "./utils/messaging"

@@ -19,3 +19,4 @@

}
export { ChildFrame, ParentFrame, MessageType }
export { ChildFrame, ParentFrame, MessageType }
export type { ActionSubscriptionFn }
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