Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.15 to 0.5.0

src/profiler.js

4

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

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

},
"gitHead": "8af4d9ff89949c3a1a9073d37c9b713ce6192da3"
"gitHead": "21fead14e278a97d896e865e3448d0647a208bdf"
}

@@ -0,1 +1,2 @@

const Profiler = require('./profiler');
const asArray = require('./as-array');

@@ -13,2 +14,3 @@ const asObject = require('./as-object');

module.exports = {
Profiler,
asArray,

@@ -15,0 +17,0 @@ asObject,

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