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.13 to 0.0.14

2

dist/constants.d.ts
export declare const PLAN_INDIVIDUAL_PROMPT_LIMIT = 12;
export declare const PLAN_STARTUP_PROMPT_LIMIT = 120;
export declare const PLAN_ENTERPRISE_PROMPT_LIMIT = 500;
export declare const MIN_PROJECT_ID_LENGTH = 3;
export declare const MAX_PROJECT_ID_LENGTH = 128;
export declare const MIN_PROMPT_LENGTH = 12;
export declare const MAX_PROMPT_LENGTH = 6000;

@@ -10,3 +10,5 @@ /* ---

--- */
export var MIN_PROJECT_ID_LENGTH = 3;
export var MAX_PROJECT_ID_LENGTH = 128;
export var MIN_PROMPT_LENGTH = 12;
export var MAX_PROMPT_LENGTH = 6000;

2

package.json
{
"name": "anyonecandesign-core",
"version": "0.0.13",
"version": "0.0.14",
"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