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

@alitajs/autils

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alitajs/autils - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

es/isSymbol.d.ts

1

es/index.d.ts

@@ -23,2 +23,3 @@ export { default as arrayToObject } from './arrayToObject';

export { default as isUrl } from './isUrl';
export { default as isSymbol } from './isSymbol';
export { default as urlToList } from './urlToList';

@@ -25,0 +26,0 @@ export { default as Policy } from './Policy';

3

es/index.js

@@ -25,3 +25,4 @@ // @index(['./*', '!./_*', '!./typings.d.ts', '!./*.test.ts'], pp => `export * from '${pp.path}'`)

export { default as isUndefined } from './isUndefined';
export { default as isUrl } from './isUrl'; // url utils
export { default as isUrl } from './isUrl';
export { default as isSymbol } from './isSymbol'; // url utils

@@ -28,0 +29,0 @@ export { default as urlToList } from './urlToList'; // 工具类

@@ -23,2 +23,3 @@ export { default as arrayToObject } from './arrayToObject';

export { default as isUrl } from './isUrl';
export { default as isSymbol } from './isSymbol';
export { default as urlToList } from './urlToList';

@@ -25,0 +26,0 @@ export { default as Policy } from './Policy';

@@ -29,2 +29,3 @@ "use strict";

isUrl: true,
isSymbol: true,
urlToList: true,

@@ -177,2 +178,8 @@ Policy: true,

});
Object.defineProperty(exports, "isSymbol", {
enumerable: true,
get: function get() {
return _isSymbol["default"];
}
});
Object.defineProperty(exports, "urlToList", {

@@ -307,2 +314,4 @@ enumerable: true,

var _isSymbol = _interopRequireDefault(require("./isSymbol"));
var _urlToList = _interopRequireDefault(require("./urlToList"));

@@ -309,0 +318,0 @@

{
"name": "@alitajs/autils",
"version": "0.6.0",
"version": "0.6.1",
"description": "Awesome Utils(前端常用工具方法)",

@@ -5,0 +5,0 @@ "repository": "git@github.com:alitajs/autils.git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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