@snapshot-labs/keycard
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -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: {}, |
{ | ||
"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: {}, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
9321
265