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

z-utils

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

z-utils - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

18

index.js
/*
* @name: z-utils
* @version: 1.1.1
* @version: 1.1.2
* @description: javascript uitls

@@ -10,2 +10,4 @@ * @author: zbm2001@aliyun.com

Object.defineProperty(exports, '__esModule', { value: true });
var toString = Object.prototype.toString;

@@ -137,10 +139,6 @@

var index = {
assign: assign,
create: create,
isNativeFunction: isNativeFunction,
typeOf: typeOf,
uuid: uuid
};
module.exports = index;
exports.assign = assign;
exports.create = create;
exports.isNativeFunction = isNativeFunction;
exports.typeOf = typeOf;
exports.uuid = uuid;
{
"name": "z-utils",
"version": "1.1.2",
"version": "1.1.3",
"description": "javascript uitls",

@@ -5,0 +5,0 @@ "scripts": {

@@ -1,13 +0,5 @@

import assign from './assign'
import create from './create'
import isNativeFunction from './isNativeFunction'
import typeOf from './typeOf'
import uuid from './uuid'
export default {
assign,
create,
isNativeFunction,
typeOf,
uuid
}
export {default as assign} from './assign'
export {default as create} from './create'
export {default as isNativeFunction} from './isNativeFunction'
export {default as typeOf} from './typeOf'
export {default as uuid} from './uuid'
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