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

concave

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concave - npm Package Compare versions

Comparing version 0.0.8-alpha5 to 0.0.8

3

dist/proxy-lens.d.ts
import { BasicLens } from "./basic-lens";
import { ShouldUpdate } from "./should-update";
declare type Key = string | symbol;
declare type AnyObject = {
[key: string | symbol | number]: JSON;
[key: Key]: JSON;
};

@@ -6,0 +7,0 @@ declare type AnyArray = JSON[];

{
"name": "concave",
"version": "0.0.8-alpha5",
"version": "0.0.8",
"description": "A Lens-like interface for state management in React",

@@ -5,0 +5,0 @@ "main": "dist/concave.umd.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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