Socket
Socket
Sign inDemoInstall

arrayiffy-if-string

Package Overview
Dependencies
1
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.13.6 to 3.13.7

5

dist/arrayiffy-if-string.cjs.js
/**
* arrayiffy-if-string
* Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* Version: 3.13.6
* Version: 3.13.7
* Author: Roy Revelt, Codsen Ltd

@@ -14,3 +14,2 @@ * License: MIT

/* eslint @typescript-eslint/explicit-module-boundary-types: 0 */
function arrayiffy(something) {

@@ -21,6 +20,4 @@ if (typeof something === "string") {

}
return [];
}
return something;

@@ -27,0 +24,0 @@ }

2

dist/arrayiffy-if-string.dev.umd.js
/**
* arrayiffy-if-string
* Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* Version: 3.13.6
* Version: 3.13.7
* Author: Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * License: MIT

/**
* arrayiffy-if-string
* Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* Version: 3.13.6
* Version: 3.13.7
* Author: Roy Revelt, Codsen Ltd

@@ -10,3 +10,2 @@ * License: MIT

/* eslint @typescript-eslint/explicit-module-boundary-types: 0 */
function arrayiffy(something) {

@@ -17,6 +16,4 @@ if (typeof something === "string") {

}
return [];
}
return something;

@@ -23,0 +20,0 @@ }

/**
* arrayiffy-if-string
* Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.
* Version: 3.13.6
* Version: 3.13.7
* Author: Roy Revelt, Codsen Ltd

@@ -6,0 +6,0 @@ * License: MIT

{
"name": "arrayiffy-if-string",
"version": "3.13.6",
"version": "3.13.7",
"description": "Put non-empty strings into arrays, turn empty-ones into empty arrays. Bypass everything else.",

@@ -80,34 +80,34 @@ "keywords": [

"dependencies": {
"@babel/runtime": "^7.12.13"
"@babel/runtime": "^7.13.9"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/node": "^7.12.16",
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/node": "^7.13.0",
"@babel/plugin-external-helpers": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.16",
"@babel/preset-typescript": "^7.12.16",
"@babel/register": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.13.0",
"@babel/register": "^7.13.8",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-replace": "^2.4.1",
"@rollup/plugin-strip": "^2.0.0",
"@rollup/plugin-typescript": "^8.2.0",
"@types/node": "^14.14.27",
"@types/tap": "^14.10.2",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.20.0",
"lect": "^0.16.6",
"rollup": "^2.39.0",
"@types/node": "^14.14.32",
"@types/tap": "^14.10.3",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"lect": "^0.16.7",
"rollup": "^2.40.0",
"rollup-plugin-ascii": "^0.0.3",
"rollup-plugin-banner": "^0.2.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-dts": "^2.0.1",
"rollup-plugin-dts": "^3.0.1",
"rollup-plugin-terser": "^7.0.2",

@@ -117,4 +117,4 @@ "tap": "^14.11.0",

"tslib": "^2.1.0",
"typescript": "^4.1.5"
"typescript": "^4.2.3"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc