New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

javascript-helpers

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-helpers - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

index.d.ts

@@ -0,2 +1,3 @@

declare module 'javascript-helpers';
declare module 'javascript-helpers';
export * from './src/index'

@@ -5,4 +5,5 @@ {

"description": "List of useful JavaScript functions to make development easier",
"version": "2.0.0",
"version": "2.0.1",
"main": "src/index.js",
"types": "index.d.ts",
"homepage": "https://valeriodipunzio.com/plugins/javascript-helpers/",

@@ -9,0 +10,0 @@ "author": {

@@ -33,2 +33,3 @@

$elem.style.marginBottom = 0;
$elem.offsetHeight;
$elem.style.boxSizing = 'border-box';

@@ -35,0 +36,0 @@ $elem.style.transitionProperty = 'height, margin, padding';

@@ -34,2 +34,3 @@

$elem.style.height = `${$elem.offsetHeight}px`;
$elem.offsetHeight;
$elem.style.overflow = 'hidden';

@@ -36,0 +37,0 @@ $elem.style.height = 0;

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