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

anyonecandesign-core

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anyonecandesign-core - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

2

dist/constants.d.ts

@@ -5,4 +5,4 @@ export declare const PLAN_INDIVIDUAL_PROMPT_LIMIT = 12;

export declare const MIN_PROJECT_ID_LENGTH = 3;
export declare const MAX_PROJECT_ID_LENGTH = 128;
export declare const MAX_PROJECT_ID_LENGTH = 64;
export declare const MIN_PROMPT_LENGTH = 12;
export declare const MAX_PROMPT_LENGTH = 6000;

@@ -11,4 +11,4 @@ /* ---

export var MIN_PROJECT_ID_LENGTH = 3;
export var MAX_PROJECT_ID_LENGTH = 128;
export var MAX_PROJECT_ID_LENGTH = 64; // Must be at most 64 because a MongoDB database name has a limit of 64 characters
export var MIN_PROMPT_LENGTH = 12;
export var MAX_PROMPT_LENGTH = 6000;
{
"name": "anyonecandesign-core",
"version": "0.0.22",
"version": "0.0.23",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Constants and types for anyonecandesign.com",

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