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

@onefootprint/footprint-js

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onefootprint/footprint-js - npm Package Compare versions

Comparing version 0.3.1-beta.4 to 0.3.1-beta.5

dist/@types/global.d.ts

14

dist/footprint-js.d.ts

@@ -1,11 +0,3 @@

declare type ShowFootprint = {
publicKey: string;
onCompleted?: (validationToken: string) => void;
onUserCanceled?: () => void;
};
declare const footprint: {
show: ({ publicKey, onCompleted, onUserCanceled }: ShowFootprint) => Promise<void>;
};
export { footprint as default };
export * from './index'
import FootprintJS from './index'
export default FootprintJS
{
"name": "@onefootprint/footprint-js",
"private": false,
"version": "0.3.1-beta.4",
"main": "./dist/footprint-js.umd.js",
"module": "./dist/footprint-js.esm.js",
"type": "module",
"version": "0.3.1-beta.5",
"main": "./dist/footprint-js.umd.cjs",
"module": "./dist/footprint-js.js",
"types": "./dist/footprint-js.d.ts",
"exports": {
".": {
"require": "./dist/footprint-js.cjs.js",
"import": "./dist/footprint-js.esm.js",
"import": "./dist/footprint-js.js",
"require": "./dist/footprint-js.umd.cjs",
"types": "./dist/footprint-js.d.ts"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}

@@ -18,7 +23,7 @@ },

"files": [
"dist/**"
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"dev": "vite",
"build": "yarn typecheck && vite build",
"lint": "eslint src --fix",

@@ -33,7 +38,7 @@ "typecheck": "yarn tsc --noEmit",

"eslint-config-footprint": "*",
"postcss": "^8.4.17",
"postmate": "^1.5.2",
"tsconfig": "*",
"tsup": "^6.2.2",
"typescript": "4.8.4"
"typescript": "4.8.4",
"vite": "^3.1.7",
"vite-plugin-dts": "^1.6.5"
},

@@ -40,0 +45,0 @@ "publishConfig": {

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