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

commodo-fields-int

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commodo-fields-int - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

package.json
{
"name": "commodo-fields-int",
"version": "1.0.2",
"description": "A int field for Commodo composable models.",
"version": "1.0.3",
"description": "A simple integer field, used with the Commodo \"withFields\" higher order function.",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "repository": {

@@ -48,2 +48,3 @@ # commodo-fields-int

company.age = "17";
company.age = 16.2;
company.topYears = [2000, "2005", 2010];

@@ -50,0 +51,0 @@ ```

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