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

@sbp/okturtles.data

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sbp/okturtles.data - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.travis.yml

4

HISTORY.md
# History
#### 0.0.3
- bump sbp to 1.1.0
#### 0.0.2

@@ -4,0 +8,0 @@

8

package.json
{
"name": "@sbp/okturtles.data",
"version": "0.0.2",
"description": "Provides a useful in-memory datastore for SBP.",
"version": "0.0.3",
"description": "Provides a useful in-memory datastore for SBP",
"main": "dist/main.cjs",

@@ -45,3 +45,2 @@ "type": "module",

"@babel/register": "7.17.0",
"@sbp/sbp": "0.0.1",
"eslint-config-standard": "17.0.0-0",

@@ -55,3 +54,6 @@ "eslint-plugin-flowtype": "8.0.3",

"sinon": "13.0.1"
},
"dependencies": {
"@sbp/sbp": "1.1.0"
}
}
# `okTurtles.data`
Creates a key-value based in-memory datastore.
Creates an in-memory key-value datastore for [SBP](https://github.com/okTurtles/sbp-js).

@@ -18,3 +18,7 @@ Offers basic set/get/delete actions, and a more interesting `/apply` selector that can be used where normally an instance from OOP would be used.

```js
import sbp from '@sbp/sbp'
import '@sbp/okturtles.data'
// now you can use any of the okTurtles.data selectors
// note: you only need to import '@sbp/okturtles.data' once!
```

@@ -21,0 +25,0 @@

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