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

svelte-fast-dimension

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-fast-dimension - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

dist/index.js

@@ -20,3 +20,4 @@ // src/index.ts

const expressions = elementToCompiledExpressions.get(parent);
expressions.push(`${node.expression.name} = e.target.${node.name}`);
const boundVar = s.slice(node.expression.start, node.expression.end);
expressions.push(`${boundVar} = e.target.${node.name}`);
s.overwrite(node.start, node.end, "");

@@ -23,0 +24,0 @@ }

{
"name": "svelte-fast-dimension",
"description": "Fast dimension bindings using ResizeObservers",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",

@@ -37,2 +37,8 @@ "author": "Bjorn Lu",

"homepage": "https://github.com/bluwy/svelte-fast-dimension#readme",
"keywords": [
"svelte",
"preprocess",
"dimension",
"resize-observer"
],
"dependencies": {

@@ -45,4 +51,4 @@ "magic-string": "^0.25.7"

"devDependencies": {
"svelte": "^3.43.1",
"uvu": "^0.5.1"
"svelte": "^3.44.1",
"uvu": "^0.5.2"
},

@@ -49,0 +55,0 @@ "scripts": {

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