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

util-ex

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

util-ex - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

lib/is/type/primitive.js

10

lib/index.js

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

var util = module.exports = {
module.exports = {
objectToString: require('./object-to-string'),

@@ -15,3 +15,10 @@

isUndefined: require('./is/type/undefined'),
isNull: require('./is/type/null'),
isError: require('./is/type/error'),
isPrimitive: require('./is/type/primitive'),
format: require('./format'),
inspect: require('./inspect'),
log: require('./log'),
isObject: require('./is/type/object'),

@@ -62,1 +69,2 @@

}

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/snowyu/util-ex.js",
"version": "0.1.1",
"version": "0.2.0",
"author": {

@@ -8,0 +8,0 @@ "name": "Riceball LEE",

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

var util = module.exports = {
module.exports = {
objectToString: require('./object-to-string'),

@@ -15,3 +15,10 @@

isUndefined: require('./is/type/undefined'),
isNull: require('./is/type/null'),
isError: require('./is/type/error'),
isPrimitive: require('./is/type/primitive'),
format: require('./format'),
inspect: require('./inspect'),
log: require('./log'),
isObject: require('./is/type/object'),

@@ -62,1 +69,2 @@

}
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