🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

isenser-tool

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isenser-tool - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+14
-1
lib/index.js

@@ -75,2 +75,15 @@ function sum(a, b) {

export { index as FUtils };
var utils = /*#__PURE__*/Object.freeze({
__proto__: null,
getQueryVariable: getQueryVariable,
isAndroidOrIos: isAndroidOrIos,
'default': index
});
// 以下写法可以简化成
// import Switch from './Components/Switch'
// export {Switch}
// export { default as Switch } from './Components/Switch'
export { utils as default };
+1
-1
{
"name": "isenser-tool",
"version": "1.0.1",
"version": "1.0.2",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",