Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@neoskop/ethereal-secrets-client

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neoskop/ethereal-secrets-client - npm Package Compare versions

Comparing version 3.0.0 to 3.0.2

10

dist/test/setup.js

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

import { Crypto } from '@peculiar/webcrypto';
import * as crypto from 'crypto';
import { TextEncoder, TextDecoder } from 'util';
global.crypto = new Crypto();
window.crypto = global.crypto;
Object.defineProperty(global.self, 'crypto', {
value: {
subtle: crypto.webcrypto.subtle,
getRandomValues: (arr) => crypto.randomBytes(arr.length),
},
});
global.TextEncoder = TextEncoder;
global.TextDecoder = TextDecoder;
//# sourceMappingURL=setup.js.map
{
"name": "@neoskop/ethereal-secrets-client",
"version": "3.0.0",
"version": "3.0.2",
"main": "dist/index.js",

@@ -20,21 +20,21 @@ "typings": "dist/index.d.ts",

"devDependencies": {
"@peculiar/webcrypto": "1.4.0",
"@types/jest": "28.1.4",
"@types/superagent": "4.1.15",
"concurrently": "7.2.2",
"jest": "28.1.2",
"jest-environment-jsdom": "28.1.2",
"jsdom": "20.0.0",
"@peculiar/webcrypto": "1.4.1",
"@types/jest": "29.4.0",
"@types/superagent": "4.1.16",
"concurrently": "7.6.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jsdom": "21.1.0",
"jsdom-global": "3.0.2",
"mock-local-storage": "1.1.23",
"node-localstorage": "2.2.1",
"parse5": "5.1.1",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"ts-jest": "28.0.5",
"ts-node": "10.8.2",
"typescript": "4.7.4"
"parse5": "7.1.2",
"prettier": "2.8.4",
"rimraf": "4.3.1",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"dependencies": {
"superagent": "8.0.0"
"superagent": "8.0.9"
},

@@ -41,0 +41,0 @@ "engines": {

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