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

@lanterninc/shared-ui-extensions

Package Overview
Dependencies
Maintainers
0
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lanterninc/shared-ui-extensions - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

dist/index.d.ts

@@ -737,1 +737,7 @@ import { Background } from '../../../../@shopify/ui-extensions-react/checkout';

export declare namespace TermsModal {
var displayName: string;
}

10

dist/preview/index.d.ts

@@ -628,2 +628,6 @@ import { Background } from '../../../../@shopify/ui-extensions-react/checkout';

export declare namespace TermsModal {
var displayName: string;
}
declare interface TermsModalProps {

@@ -732,7 +736,1 @@ policy: TermsPolicy;

export { }
export declare namespace TermsModal {
var displayName: string;
}

16

package.json
{
"name": "@lanterninc/shared-ui-extensions",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lantern Shared UI Extensions",

@@ -37,11 +37,11 @@ "author": "Dominic McPhee <dom@lantern.is> (https://lantern.is)",

"scripts": {
"dev": "tsc && vite build --watch",
"clean": "rm -rf dist",
"dev": "npm run ladle",
"start": "vite --host --open",
"build:types": "tsc",
"build": "pnpm run build:types && vite build",
"build:preview": "pnpm run build:types && vite build --mode preview",
"build:all": "pnpm run build && pnpm run build:preview && cp -r dist/*.d.ts dist/preview",
"build": "pnpm run clean && vite build",
"build:preview": "vite build --mode preview",
"build:all": "pnpm run build && pnpm run build:preview",
"prepare": "pnpm run build:all",
"ladle": "(cd ladle && npx ladle serve)",
"ladle:build": "(cd ladle && npx ladle build)"
"ladle": "npx ladle serve",
"ladle:build": "npx ladle build"
},

@@ -48,0 +48,0 @@ "dependencies": {},

Sorry, the diff of this file is too big to display

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