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

@plasmicapp/loader-react

Package Overview
Dependencies
Maintainers
1
Versions
356
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicapp/loader-react - npm Package Compare versions

Comparing version 1.0.360 to 1.0.361

3

./dist/index.js

@@ -646,2 +646,5 @@ "use client";

});
target.filteredIds = Object.fromEntries(
Object.entries(target.filteredIds).map(([k, v]) => [k, [...v]])
);
from.projects.forEach((fromProject) => {

@@ -648,0 +651,0 @@ var _a2, _b2;

@@ -600,2 +600,5 @@ "use client";

});
target.filteredIds = Object.fromEntries(
Object.entries(target.filteredIds).map(([k, v]) => [k, [...v]])
);
from.projects.forEach((fromProject) => {

@@ -602,0 +605,0 @@ var _a2, _b2;

@@ -646,2 +646,5 @@ "use client";

});
target.filteredIds = Object.fromEntries(
Object.entries(target.filteredIds).map(([k, v]) => [k, [...v]])
);
from.projects.forEach((fromProject) => {

@@ -648,0 +651,0 @@ var _a2, _b2;

@@ -274,2 +274,5 @@ var __defProp = Object.defineProperty;

});
target.filteredIds = Object.fromEntries(
Object.entries(target.filteredIds).map(([k, v]) => [k, [...v]])
);
from.projects.forEach((fromProject) => {

@@ -276,0 +279,0 @@ var _a3, _b2;

@@ -304,2 +304,5 @@ "use strict";

});
target.filteredIds = Object.fromEntries(
Object.entries(target.filteredIds).map(([k, v]) => [k, [...v]])
);
from.projects.forEach((fromProject) => {

@@ -306,0 +309,0 @@ var _a3, _b2;

6

package.json
{
"name": "@plasmicapp/loader-react",
"version": "1.0.360",
"version": "1.0.361",
"types": "./dist/index.d.ts",

@@ -56,3 +56,3 @@ "main": "./dist/index.js",

"@plasmicapp/data-sources-context": "0.1.21",
"@plasmicapp/host": "1.0.199",
"@plasmicapp/host": "1.0.200",
"@plasmicapp/loader-core": "1.0.135",

@@ -88,3 +88,3 @@ "@plasmicapp/loader-fetcher": "1.0.54",

"license": "MIT",
"gitHead": "7fdda11c2d8a17f38f4af56153ff6fbaf09d4b07"
"gitHead": "fe773e8b44561aecdfe29d6c48155d2123892ce7"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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