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

fp-ts-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp-ts-bootstrap - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/Bracket.d.ts

6

package.json
{
"name": "fp-ts-bootstrap",
"version": "0.0.1",
"version": "0.0.2",
"description": "Application bootstrapping utilities for fp-ts",
"main": "dist/index.js",
"main": "lib/index.js",
"type": "commonjs",

@@ -17,3 +17,3 @@ "scripts": {

"files": [
"dist/",
"lib/",
"package.json",

@@ -20,0 +20,0 @@ "README.md",

@@ -86,3 +86,3 @@ # FP-TS Bootstrap

```ts
import * as Bracket from 'fp-ts-bootstrap/Bracket';
import {Bracket} from 'fp-ts-bootstrap';
```

@@ -119,3 +119,3 @@

```ts
import * as Service from 'fp-ts-bootstrap/Service';
import {Service} from 'fp-ts-bootstrap';
```

@@ -140,3 +140,3 @@

import * as E from 'fp-ts/Either';
import * as Bracket from 'fp-ts-bootstrap/Bracket';
import {Bracket} from 'fp-ts-bootstrap';

@@ -162,3 +162,3 @@ const acquireFileHandle = (url: string) => (

```ts
import {Service} from 'fp-ts-bootstrap/Service';
import {Service} from 'fp-ts-bootstrap/lib/Service';

@@ -189,3 +189,3 @@ type Dependencies = {

import {pipe} from 'fp-ts/function';
import * as Bracket from 'fp-ts-bootstrap/Bracket';
import {Bracket} from 'fp-ts-bootstrap';

@@ -213,3 +213,3 @@ const withServices = pipe(

import {pipe} from 'fp-ts/function';
import * as Bracket from 'fp-ts-bootstrap/Bracket';
import {Bracket} from 'fp-ts-bootstrap';

@@ -216,0 +216,0 @@ const withServices = pipe(

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