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 2.0.2 to 3.0.0

dist/tsconfig.tsbuildinfo

4

dist/index.min.js

@@ -1,3 +0,3 @@

(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.InterfaceStore = factory()}(typeof self !== 'undefined' ? self : this, function () {
var InterfaceStore=(()=>{var r=Object.defineProperty;var t=e=>r(e,"__esModule",{value:!0});var y={};t(y);return y;})();
"use strict";(function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.InterfaceStore = factory()}(typeof self !== 'undefined' ? self : this, function () {
var InterfaceStore=(()=>{var i=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var l=Object.getOwnPropertyNames;var n=Object.prototype.hasOwnProperty;var s=(r,e,o,y)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of l(e))!n.call(r,t)&&t!==o&&i(r,t,{get:()=>e[t],enumerable:!(y=a(e,t))||y.enumerable});return r};var u=r=>s(i({},"__esModule",{value:!0}),r);var K={};return u(K);})();
return InterfaceStore}));
{
"name": "interface-store",
"version": "2.0.2",
"version": "3.0.0",
"description": "A generic interface for storing and retrieving data",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-store#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs-interfaces.git"
},
"bugs": {
"url": "https://github.com/ipfs/js-ipfs-interfaces/issues"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"main": "src/index.js",
"types": "dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*"
],
"src/*": [
"*",
"dist/*",
"dist/src/*"
]
}
},
"files": [
"dist",
"src",
"!**/*.tsbuildinfo"
"dist"
],
"eslintConfig": {
"extends": "ipfs"
},
"scripts": {
"build": "aegir build",
"lint": "aegir ts -p check && aegir lint",
"clean": "rimraf dist types"
"lint": "aegir lint",
"clean": "aegir clean",
"release": "aegir release"
},
"homepage": "https://github.com/ipfs/js-ipfs-interfaces/tree/master/packages/interface-store#readme",
"bugs": "https://github.com/ipfs/js-ipfs-interfaces/issues",
"license": "(Apache-2.0 OR MIT)",
"repository": {
"type": "git",
"url": "git+https://github.com/ipfs/js-ipfs-interfaces.git"
},
"devDependencies": {
"aegir": "^36.1.3",
"rimraf": "^3.0.2"
},
"gitHead": "1b8c053b925421566adca356d1116e8169691718"
"aegir": "^37.5.0"
}
}
# interface-store <!-- omit in toc -->
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs-interfaces.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs-interfaces)
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs-interfaces/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs-interfaces/actions/workflows/js-test-and-release.yml)
> A generic interface for storing and retrieving data
## Table of Contents <!-- omit in toc -->
## Table of contents <!-- omit in toc -->
- [Install](#install)
- [Contribute](#contribute)
- [License](#license)
- [Contribute](#contribute-1)
## Install
```console
$ npm i interface-store
```
## Contribute

@@ -20,2 +34,13 @@

[Apache-2.0](LICENSE-APACHE) OR [MIT](LICENSE-MIT)
Licensed under either of
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
## Contribute
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-unixfs-importer/issues)!
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)
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