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

@portal-hq/injected-provider

Package Overview
Dependencies
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portal-hq/injected-provider - npm Package Compare versions

Comparing version 0.2.0-beta6 to 0.2.0-beta7

lib/commonjs/injection/script/index.js

6

lib/commonjs/index.js

@@ -11,5 +11,11 @@ "use strict";

};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.injectionScript = void 0;
const utils_1 = require("@portal-hq/utils");
const signers_1 = require("./signers");
var script_1 = require("./injection/script");
Object.defineProperty(exports, "injectionScript", { enumerable: true, get: function () { return __importDefault(script_1).default; } });
const signerMethods = [

@@ -16,0 +22,0 @@ 'eth_accounts',

1

lib/esm/index.js

@@ -12,2 +12,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

import { PostMessageSigner } from './signers';
export { default as injectionScript } from './injection/script';
const signerMethods = [

@@ -14,0 +15,0 @@ 'eth_accounts',

6

package.json
{
"name": "@portal-hq/injected-provider",
"version": "0.2.0-beta6",
"version": "0.2.0-beta7",
"license": "MIT",

@@ -15,2 +15,3 @@ "main": "lib/commonjs/index",

"scripts": {
"bundle": "webpack && node ./scripts/browser",
"prepare": "yarn prepare:cjs && yarn prepare:esm",

@@ -21,3 +22,3 @@ "prepare:cjs": "tsc --outDir lib/commonjs --module commonjs",

"dependencies": {
"@portal-hq/utils": "^0.2.0-beta6"
"@portal-hq/utils": "^0.2.0-beta7"
},

@@ -27,2 +28,3 @@ "devDependencies": {

"@babel/preset-env": "^7.19.3",
"babel-loader": "^8.2.5",
"terser-webpack-plugin": "^5.3.6",

@@ -29,0 +31,0 @@ "ts-loader": "^9.4.1",

@@ -22,2 +22,3 @@ import {

export { default as injectionScript } from './injection/script'
export { type GatewayLike, type RequestArguments } from '../types'

@@ -24,0 +25,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