Socket
Socket
Sign inDemoInstall

@focuson/fetcher

Package Overview
Dependencies
7
Maintainers
1
Versions
584
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.44.1 to 1.44.2

0

dist/index.d.ts

@@ -0,0 +0,0 @@ export * from './src/errorhandling';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Fetcher } from "./fetchers";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** Mixed into Fetcher when we want to have a component that normally displays the state (which might well be the most common case

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Optional } from "@focuson/lens";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DirtyPrism, Iso, Optional } from "@focuson/lens";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { DirtyPrism, Optional } from "@focuson/lens";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Fetcher } from "./fetchers";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { FetcherTree, WouldLoad } from "./fetcherTree";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Optional } from "@focuson/lens";

@@ -0,0 +0,0 @@ "use strict";

75

package.json
{
"name": "@focuson/fetcher",
"description": "Used when we want to fetch data from APIs in order to display it. This provides a declarative and composable approach to state management",
"version": "1.44.2",
"main": "dist/index",
"types": "dist/index",
"browserslist": {

@@ -15,19 +20,33 @@ "development": [

"dependencies": {
"@focuson/lens": "1.44.1",
"@focuson/template": "1.44.1",
"@focuson/state": "1.44.1"
"@focuson/lens": "1.44.2",
"@focuson/template": "1.44.2",
"@focuson/state": "1.44.2",
"debug": "^4.3.4"
},
"devDependencies": {
"@types/node": "^14.14.7",
"npm-check-updates": "^10.0.0",
"typescript": "^4.1.5",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/user-event": "^12.2.0",
"@types/jest": "^26.0.15",
"jest": "^26.6.0",
"ts-jest": "^26.4.4"
"eslint": "^8.52.0",
"typescript": "^5.2.2",
"jest": "29.1.1",
"ts-jest": "^29.1.1",
"@types/jest": "29.1.1",
"@types/node": "^18.0.0",
"npm-check-updates": "^10.0.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"files": [
"LICENSE.md",
"README.md",
"dist/index.js",

@@ -38,30 +57,10 @@ "dist/index.d.ts",

"keywords": [
"functionalprogramming",
"lens",
"optics"
"runbook"
],
"license": "MIT",
"main": "dist/index",
"types": "dist/index",
"repository": "github:focuson-ts/focuson",
"repository": "",
"scripts": {
"test": "jest --config jest.config.json",
"test": "jest --config jest.config.json --env node",
"test:watch": "npm run test -- --watch"
},
"version": "1.44.1",
"template": "noreact",
"description": "Used when we want to fetch data from APIs in order to display it. This provides a declarative and composable approach to state management",
"details": {
"ideify": true,
"publish": true,
"links": [
"@focuson/lens",
"@focuson/template",
"@focuson/state"
],
"extraDeps": {},
"extraDevDeps": {},
"tsc": true
},
"name": "@focuson/fetcher"
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc