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

@plasmicapp/loader-splits

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicapp/loader-splits - npm Package Compare versions

Comparing version 1.0.58 to 1.0.59

3

./dist/index.js

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

}
if (filters.customFilter && !filters.customFilter(split)) {
return false;
}
return true;

@@ -217,0 +220,0 @@ }

@@ -12,2 +12,3 @@ import type { Split } from '@plasmicapp/loader-fetcher';

projectIds?: string[];
customFilter?: (split: Split) => boolean;
}

@@ -14,0 +15,0 @@

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

}
if (filters.customFilter && !filters.customFilter(split)) {
return false;
}
return true;

@@ -179,0 +182,0 @@ }

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

}
if (filters.customFilter && !filters.customFilter(split)) {
return false;
}
return true;

@@ -217,0 +220,0 @@ }

6

package.json
{
"version": "1.0.58",
"version": "1.0.59",
"license": "MIT",

@@ -42,3 +42,3 @@ "types": "./dist/index.d.ts",

"devDependencies": {
"@plasmicapp/loader-fetcher": "1.0.50",
"@plasmicapp/loader-fetcher": "1.0.51",
"@types/json-logic-js": "^1.2.1"

@@ -52,3 +52,3 @@ },

},
"gitHead": "86bf19e2066f81cf45510a8750973c8463f76472"
"gitHead": "933d82fb98100cf0d00ccb97d60bb31c0bd82bcb"
}

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