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

adaka

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaka - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

CHANGELOG.md
# Changelog
## 0.0.5 / 2023-06-25
- Add `mingo@6.4.2` as peerDependency.
## 0.0.4 / 2023-06-25

@@ -4,0 +7,0 @@ - Upgrade to `mingo@6.4.2` for `Context` support.

1

dist/cjs/_internal/store.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Selector = exports.Store = exports.createStore = void 0;
require("mingo/init/basic");
const mingo_1 = require("mingo");

@@ -6,0 +5,0 @@ const core_1 = require("mingo/core");

@@ -1,2 +0,1 @@

import "mingo/init/basic";
import { Query } from "mingo";

@@ -3,0 +2,0 @@ import { initOptions } from "mingo/core";

@@ -1,2 +0,1 @@

import "mingo/init/basic";
import { Query } from "mingo";

@@ -3,0 +2,0 @@ import { Options as QueryOptions, UpdateOptions } from "mingo/core";

{
"name": "adaka",
"version": "0.0.4",
"version": "0.0.5",
"description": "High-precision state management using MongoDB query language.",

@@ -21,3 +21,3 @@ "main": "./dist/cjs/index.js",

],
"dependencies": {
"peerDependencies": {
"mingo": "^6.4.2"

@@ -24,0 +24,0 @@ },

@@ -14,3 +14,3 @@ # adaka

`npm i adaka`
`npm i adaka mingo`

@@ -124,2 +124,4 @@ ## Features

The `mingo` libray is added as a **peer dependency** to enable users to select only required operators using the `context` option so that tree-shaking can work effectively. Basic `mingo` operators are loaded into the global context by default.
## TODO

@@ -126,0 +128,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