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

encrypted-fetcher

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encrypted-fetcher - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

lib/EncryptedFetcher.js

2

lib/index.js

@@ -14,4 +14,4 @@ "use strict";

__exportStar(require("./AesPkcs5"), exports);
__exportStar(require("./Fetcher"), exports);
__exportStar(require("./EncryptedFetcher"), exports);
__exportStar(require("./HttpError"), exports);
//# sourceMappingURL=index.js.map
{
"name": "encrypted-fetcher",
"version": "0.0.0",
"version": "0.0.1",
"description": "Rest API Fetcher with AES Encryption",

@@ -8,4 +8,4 @@ "main": "lib/index.js",

"scripts": {
"build": "tsc",
"dev": "tsc --watch"
"build": "rm -rf lib && tsc",
"dev": "rm -rf lib && tsc --watch"
},

@@ -12,0 +12,0 @@ "repository": {

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