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

@bothrs/zero-height

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bothrs/zero-height - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

dist/convertToCss.test.d.ts

6

dist/convertToCss.js

@@ -19,6 +19,8 @@ "use strict";

var pre = prefix.length > 0 ? prefix + '-' : '';
if (typeof object[k] === 'object')
if (typeof object[k] === 'object') {
Object.assign(accumulator, flattenObject(object[k], pre + k));
else
}
else {
accumulator[pre + k] = object[k];
}
return accumulator;

@@ -25,0 +27,0 @@ }, {});

@@ -80,7 +80,7 @@ "use strict";

if (response.statusCode !== 200) {
if (typeof response.statusCode !== 'undefined') {
console.error("Request to \"".concat(url, "\" failed with status ").concat(response.statusCode, "."));
if (response.statusCode === undefined) {
console.error(response.error);
}
else {
console.error(response.error);
console.error("Request to \"".concat(url, "\" failed with status ").concat(response.statusCode, "."));
}

@@ -87,0 +87,0 @@ return [2, (0, process_1.exit)(1)];

{
"name": "@bothrs/zero-height",
"repository": "git@github.com:bothrs/open-source.git",
"version": "0.1.10",
"version": "0.1.11",
"publishConfig": {

@@ -55,3 +55,3 @@ "access": "public"

},
"gitHead": "271fe04a3175c1d80edc7357188b80791aa35aef"
"gitHead": "4ab40fc01ef06336bd7d460d10edcb44efb95f13"
}
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