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

@0xsequence/wallet

Package Overview
Dependencies
Maintainers
5
Versions
526
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/wallet - npm Package Compare versions

Comparing version 0.0.0-202182516517 to 0.0.0-202182517435

dist/0xsequence-wallet.cjs.dev.js

14

CHANGELOG.md
# @0xsequence/wallet
## 0.0.0-202182516517
## 0.0.0-202182517435

@@ -9,8 +9,8 @@ ### Patch Changes

- Updated dependencies [undefined]
- @0xsequence/network@0.0.0-202182516517
- @0xsequence/relayer@0.0.0-202182516517
- @0xsequence/abi@0.0.0-202182516517
- @0xsequence/config@0.0.0-202182516517
- @0xsequence/transactions@0.0.0-202182516517
- @0xsequence/utils@0.0.0-202182516517
- @0xsequence/network@0.0.0-202182517435
- @0xsequence/relayer@0.0.0-202182517435
- @0xsequence/abi@0.0.0-202182517435
- @0xsequence/config@0.0.0-202182517435
- @0xsequence/utils@0.0.0-202182517435
- @0xsequence/transactions@0.0.0-202182517435

@@ -17,0 +17,0 @@ ## 0.28.0

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

// are you seeing an error that a default export doesn't exist but your source file has a default export?
// you should run `yarn` or `yarn preconstruct dev` if preconstruct dev isn't in your postinstall hook
// curious why you need to?
// this file exists so that you can import from the entrypoint normally
// except that it points to your source file and you don't need to run build constantly
// which means we need to re-export all of the modules from your source file
// and since export * doesn't include default exports, we need to read your source file
// to check for a default export and re-export it if it exists
// it's not ideal, but it works pretty well ¯\_(ツ)_/¯
export * from "../src/index";
export * from "./declarations/src/index";

@@ -1,16 +0,7 @@

"use strict";
// this file might look strange and you might be wondering what it's for
// it's lets you import your source files by importing this entrypoint
// as you would import it if it was built with preconstruct build
// this file is slightly different to some others though
// it has a require hook which compiles your code with Babel
// this means that you don't have to set up @babel/register or anything like that
// but you can still require this module and it'll be compiled
'use strict';
// this bit of code imports the require hook and registers it
let unregister = require("../../../node_modules/@preconstruct/hook").___internalHook(typeof __dirname === 'undefined' ? undefined : __dirname, "../../..", "..");
// this re-exports the source file
module.exports = require("../src/index.ts");
unregister();
if (process.env.NODE_ENV === "production") {
module.exports = require("./0xsequence-wallet.cjs.prod.js");
} else {
module.exports = require("./0xsequence-wallet.cjs.dev.js");
}
{
"name": "@0xsequence/wallet",
"version": "0.0.0-202182516517",
"version": "0.0.0-202182517435",
"description": "wallet sub-package for Sequence",

@@ -20,9 +20,9 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/wallet",

"dependencies": {
"@0xsequence/abi": "^0.0.0-202182516517",
"@0xsequence/config": "^0.0.0-202182516517",
"@0xsequence/abi": "^0.0.0-202182517435",
"@0xsequence/config": "^0.0.0-202182517435",
"@0xsequence/guard": "^0.28.0",
"@0xsequence/network": "^0.0.0-202182516517",
"@0xsequence/relayer": "^0.0.0-202182516517",
"@0xsequence/transactions": "^0.0.0-202182516517",
"@0xsequence/utils": "^0.0.0-202182516517",
"@0xsequence/network": "^0.0.0-202182517435",
"@0xsequence/relayer": "^0.0.0-202182517435",
"@0xsequence/transactions": "^0.0.0-202182517435",
"@0xsequence/utils": "^0.0.0-202182517435",
"@ethersproject/abi": "^5.0.13",

@@ -29,0 +29,0 @@ "@ethersproject/properties": "^5.0.9",

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