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

@plasmicapp/loader-edge

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plasmicapp/loader-edge - npm Package Compare versions

Comparing version 1.0.62 to 1.0.63

2

./dist/index.js

@@ -40,2 +40,3 @@ "use strict";

__export(src_exports, {
describeVariation: () => import_loader_splits2.describeVariation,
generateAllPaths: () => generateAllPaths,

@@ -49,2 +50,3 @@ generateAllPathsWithTraits: () => generateAllPathsWithTraits,

module.exports = __toCommonJS(src_exports);
var import_loader_splits2 = require("@plasmicapp/loader-splits");

@@ -51,0 +53,0 @@ // src/variation.ts

@@ -0,3 +1,6 @@

import { describeVariation } from '@plasmicapp/loader-splits';
import type { Split } from '@plasmicapp/loader-fetcher';
export { describeVariation }
export declare const generateAllPaths: (path: string, seedRange?: number) => string[];

@@ -4,0 +7,0 @@

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

// src/index.ts
import { describeVariation } from "@plasmicapp/loader-splits";
// src/variation.ts

@@ -119,2 +122,3 @@ import {

export {
describeVariation,
generateAllPaths,

@@ -121,0 +125,0 @@ generateAllPathsWithTraits,

@@ -40,2 +40,3 @@ "use strict";

__export(src_exports, {
describeVariation: () => import_loader_splits2.describeVariation,
generateAllPaths: () => generateAllPaths,

@@ -49,2 +50,3 @@ generateAllPathsWithTraits: () => generateAllPathsWithTraits,

module.exports = __toCommonJS(src_exports);
var import_loader_splits2 = require("@plasmicapp/loader-splits");

@@ -51,0 +53,0 @@ // src/variation.ts

4

package.json
{
"version": "1.0.62",
"version": "1.0.63",
"license": "MIT",

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

},
"gitHead": "86bf19e2066f81cf45510a8750973c8463f76472"
"gitHead": "e82e2d026bf650bdf64284c579a3aa226e83c7f3"
}

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