Socket
Socket
Sign inDemoInstall

interface-store

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interface-store - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.1](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@0.1.0...interface-store@0.1.1) (2021-06-30)
**Note:** Version bump only for package interface-store
# [0.1.0](https://github.com/ipfs/js-ipfs-interfaces/compare/interface-store@0.0.3...interface-store@0.1.0) (2021-06-30)

@@ -8,0 +16,0 @@

5

dist/src/index.d.ts

@@ -175,7 +175,2 @@

queryKeys: (query: KeyQuery<Key>, options?: Options) => AsyncIterable<Key>
/**
* Where a store wraps another store, return the wrapped store
*/
unwrap: () => Store<Key, Value>
}

@@ -182,0 +177,0 @@

4

package.json
{
"name": "interface-store",
"version": "0.1.0",
"version": "0.1.1",
"description": "A generic interface for storing and retrieving data",

@@ -22,3 +22,3 @@ "main": "src/index.js",

},
"gitHead": "05e30725cfe5161dbdcdcaacc18b7820108dddcf"
"gitHead": "f6a010286de4db5141ce2eb5617e618bafbb1d71"
}

@@ -175,7 +175,2 @@

queryKeys: (query: KeyQuery<Key>, options?: Options) => AsyncIterable<Key>
/**
* Where a store wraps another store, return the wrapped store
*/
unwrap: () => Store<Key, Value>
}

@@ -182,0 +177,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