Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@frontend-project-generator/utils

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontend-project-generator/utils - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

9

lib/utils.js
'use strict';
module.exports = utils;
console.log('utils')
function utils() {
// TODO
function isObject(o) {
return Object.prototype.toString.call(o) === '[object Object]';
}
module.exports = {
isObject
}
{
"name": "@frontend-project-generator/utils",
"version": "0.0.8",
"version": "0.0.9",
"description": "> TODO: description",

@@ -19,3 +19,3 @@ "author": "381119117@qq.com <381119117@qq.com>",

},
"gitHead": "a0f38fa7430543c89ffb56f0c66d0be96144230b"
"gitHead": "c209f77ad15bd4c236409d4cc1d06882465ba8bd"
}
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