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

@neoskop/ethereal-secrets-client

Package Overview
Dependencies
Maintainers
3
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 0.1.0 to 0.1.1

2

dist/index.js

@@ -58,3 +58,3 @@ "use strict";

}
return this._agent.get(this._endpoint).accept("application/json").then(function (res) {
return this._agent.get(this._endpoint).withCredentials().accept("application/json").then(function (res) {
if (!res.body.hasOwnProperty('key')) {

@@ -61,0 +61,0 @@ return Promise.reject('The server did not answer with a key');

{
"name": "@neoskop/ethereal-secrets-client",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",

@@ -16,3 +16,4 @@ "typings": "dist/index.d.ts",

"start": "mocha -w --inspect=0.0.0.0:9229 --compilers ts:ts-node/register src/test/**/*.ts",
"test": "mocha --compilers ts:ts-node/register src/test/**/*.ts"
"test": "mocha --compilers ts:ts-node/register src/test/**/*.ts",
"publish": "npm run build; npm publish --access public"
},

@@ -19,0 +20,0 @@ "devDependencies": {

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