Socket
Socket
Sign inDemoInstall

svelte-dev-helper

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-dev-helper - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

12

lib/proxy.js

@@ -204,3 +204,14 @@ import Registry from './registry';

&& !proxyOptions.noPreserveState) {
//manually flush computations and re-render changes
let changed = {};
for (let k in oldstate) {
changed[k] = true;
}
this.proxyTarget._recompute(changed, oldstate);
this.proxyTarget._fragment && this.proxyTarget._fragment.p(changed, oldstate);
//set old state back
this.set(oldstate);
} else {

@@ -215,2 +226,3 @@

this.proxyTarget._updatingReadonlyProperty = false;
}

@@ -217,0 +229,0 @@ }

2

package.json
{
"name": "svelte-dev-helper",
"version": "1.1.6",
"version": "1.1.7",
"description": "Helper for svelte components to ease development",

@@ -5,0 +5,0 @@ "main": "index.js",

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