Socket
Socket
Sign inDemoInstall

@snapshot-labs/keycard

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snapshot-labs/keycard - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

2

dist/index.d.ts

@@ -11,4 +11,2 @@ /// <reference types="node" />

type AppKeys = {
active: string[];
restricted_monthly: string[];
monthly_counts: Record<string, number>;

@@ -15,0 +13,0 @@ limits: Record<string, number>;

@@ -20,5 +20,2 @@ "use strict";

keys = {
// TODO: active and restricted_monthly will be deprecated in the future.
active: [],
restricted_monthly: [],
monthly_counts: {},

@@ -25,0 +22,0 @@ limits: {},

2

package.json
{
"name": "@snapshot-labs/keycard",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",

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

@@ -16,5 +16,2 @@ import fetch from 'node-fetch';

type AppKeys = {
// TODO: active and restricted_monthly will be deprecated in the future.
active: string[];
restricted_monthly: string[];
monthly_counts: Record<string, number>;

@@ -32,5 +29,2 @@ limits: Record<string, number>;

private keys: AppKeys = {
// TODO: active and restricted_monthly will be deprecated in the future.
active: [],
restricted_monthly: [],
monthly_counts: {},

@@ -37,0 +31,0 @@ limits: {},

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