Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gosh

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gosh - npm Package Compare versions

Comparing version 5.2.0 to 5.3.0

5

CHANGELOG.md

@@ -10,4 +10,6 @@ # CHANGE LOG

----
## [In Git](https://github.com/mattwynne/gosh/compare/v4.3.0...master) (Not released)
## [In Git](https://github.com/cucumber-ltd/gosh/compare/v5.2.0...master) (Not released)
## [v5.2.0](https://github.com/mattwynne/gosh/compare/v4.3.0...v5.2.0) (Not released)
### Added

@@ -20,2 +22,3 @@

* API for building stores has been simplified.
* Everything is async, ready for a persistent store!

@@ -22,0 +25,0 @@ ### Deprecated

2

lib/memory_index.js

@@ -11,3 +11,3 @@ 'use strict'

async put({ document, id }) {
this.deleteId(id)
await this.deleteId(id)
const keys = this._attemptToMakeKeys(document)

@@ -14,0 +14,0 @@ if (!keys[0]) return this

{
"name": "gosh",
"version": "5.2.0",
"version": "5.3.0",
"description": "Great Object Storage Hooray!",

@@ -5,0 +5,0 @@ "main": "lib/gosh.js",

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