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

@dscvr-one/canvas-interface

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dscvr-one/canvas-interface - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

dist/index.d.ts

@@ -687,5 +687,9 @@ import * as zod from 'zod';

}
declare class ReferrerNotDefinedError extends Error {
name: string;
message: string;
}
declare const VERSION = "vNext";
export { ClientAlreadyInitializedError, type ClientMessage, ClientMessageSchema, type ClientMessageType, ClientNotInitializedError, type HostMessage, HostMessageSchema, type HostMessageType, lifecycle as Lifecycle, user as User, VERSION, WindowNotDefinedError };
export { ClientAlreadyInitializedError, type ClientMessage, ClientMessageSchema, type ClientMessageType, ClientNotInitializedError, type HostMessage, HostMessageSchema, type HostMessageType, lifecycle as Lifecycle, ReferrerNotDefinedError, user as User, VERSION, WindowNotDefinedError };

@@ -177,2 +177,6 @@ var __defProp = Object.defineProperty;

};
var ReferrerNotDefinedError = class extends Error {
name = "ReferrerNotDefinedError";
message = "Referrer is not defined";
};

@@ -187,2 +191,3 @@ // src/index.ts

lifecycle_exports as Lifecycle,
ReferrerNotDefinedError,
user_exports as User,

@@ -189,0 +194,0 @@ VERSION,

2

package.json
{
"name": "@dscvr-one/canvas-interface",
"version": "1.0.2",
"version": "1.0.3",
"description": "Types for iframes to interact with dscvr",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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