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

@base-cms/utils

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@base-cms/utils - npm Package Compare versions

Comparing version 0.10.0 to 0.10.8

src/get-default-taxonomy-types.js

4

package.json
{
"name": "@base-cms/utils",
"version": "0.10.0",
"version": "0.10.8",
"description": "Utility functions for JavaScript projects.",

@@ -12,3 +12,3 @@ "main": "src/index.js",

},
"gitHead": "c9384f6e52e7e3c454de9b44a0a317f1e6961947"
"gitHead": "163294e77da97b613554e6847c4bc9133eda1a1a"
}

@@ -12,2 +12,3 @@ const Profiler = require('./profiler');

const sleep = require('./sleep');
const getDefaultTaxonomyTypes = require('./get-default-taxonomy-types');
const getDefaultContentTypes = require('./get-default-content-types');

@@ -28,4 +29,5 @@ const getPublishedContentCriteria = require('./get-published-content-criteria');

sleep,
getDefaultTaxonomyTypes,
getDefaultContentTypes,
getPublishedContentCriteria,
};
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