Socket
Socket
Sign inDemoInstall

@canopytax/fetcher

Package Overview
Dependencies
Maintainers
8
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@canopytax/fetcher - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

fetcher.d.ts

@@ -22,3 +22,6 @@ declare module "fetcher!sofe" {

export const redirectOrCatch: any;
export const fetchAsObservable: any;
export const fetchAsObservable: (
url: string,
options?: Record<string, any>
) => Observable<any>;

@@ -25,0 +28,0 @@ const fetcher: () => any;

2

package.json

@@ -6,3 +6,3 @@ {

"name": "@canopytax/fetcher",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {

@@ -9,0 +9,0 @@ "test": "jest --config jest.json --coverage",

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