2.1.5 • Published 11 months ago

@purista/infisical-secret-store v2.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

@purista/infisical-secret-store

A secret store for using Infisical as storage.

const config = {
  token: 'YOUR_INFISICAL_TOKEN',
  baseUrl: 'http://example.com'
}

const store = new InfisicalSecretStore(config)

await store.setSecret('mySecret', 'value')

let value = await store.getSecret('mySecret')
console.log(value) // outputs: { mySecret: 'value' }

await store.removeSecret('mySecret')

value = await store.getSecret('mySecret')
console.log(value) // outputs: undefined

Visit purista.dev

Follow on Twitter @purista_js
Join the Discord Chat

2.1.2

12 months ago

2.0.3

1 year ago

2.1.1

12 months ago

2.1.4

12 months ago

2.0.5

1 year ago

2.1.3

12 months ago

2.0.4

1 year ago

2.1.5

11 months ago

2.0.6

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.11.0

2 years ago

1.10.8

2 years ago

1.10.7

2 years ago

1.10.5

2 years ago

1.10.4

2 years ago

1.10.6

2 years ago

1.10.3

2 years ago

1.10.2

2 years ago

1.10.1

2 years ago

1.10.0

2 years ago

1.9.1

2 years ago

1.7.5

3 years ago

1.8.3

2 years ago

1.7.4

3 years ago

1.7.3

3 years ago

1.9.0

2 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.2

3 years ago

1.7.1

3 years ago

1.7.0

3 years ago