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

@wix/metro-runtime

Package Overview
Dependencies
Maintainers
20
Versions
452
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/metro-runtime - npm Package Compare versions

Comparing version 1.1503.0 to 1.1504.0

2

dist/statics/manifest.json
{
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/24d361606ed7f7e5c4edc3c18304ffc90fb3e488968411a542c26b57/metro-runtime.umd.js"
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/81681285b9c07dbbb8a2007c7e09f8495f85a2c2999e04c4cf808b5b/metro-runtime.umd.js"
}
{
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/24d361606ed7f7e5c4edc3c18304ffc90fb3e488968411a542c26b57/metro-runtime.umd.min.js"
"metro-runtime.js": "https://static.parastorage.com/services/metro-runtime/81681285b9c07dbbb8a2007c7e09f8495f85a2c2999e04c4cf808b5b/metro-runtime.umd.min.js"
}
{
"name": "@wix/metro-runtime",
"version": "1.1503.0",
"version": "1.1504.0",
"license": "UNLICENSED",

@@ -43,3 +43,3 @@ "author": {

"dependencies": {
"@wix/motion-edm-autogen-p13n": "1.0.19",
"@wix/motion-edm-autogen-p13n": "1.0.20",
"@wix/motion-edm-autogen-transformations": "1.19.0",

@@ -83,3 +83,3 @@ "@wix/motion-edm-autogen-transformations-core": "1.18.0",

},
"falconPackageHash": "aae5238011a03d16d2a4a29b9a45474d67117f6c84b6ef5429056c72"
"falconPackageHash": "8ff69922ded7554a22185440114d302c0d699f3e990eff3c29e7f890"
}

@@ -339,2 +339,5 @@

export namespace api {
export interface ReferenceEntityField {
path?: (string | null);
}
export interface CacheSettings {

@@ -447,2 +450,3 @@ maxAgeSeconds?: (number | null);

meAliasableField?: (string[] | null);
search?: ($wrapper.wix.api.Search[] | null);
}

@@ -536,4 +540,9 @@ export interface BulkCreateMethodOptions {

requiredFields?: ($wrapper.wix.api.Wql.RequiredFields[] | null);
maturity?: ($wrapper.wix.api.Maturity | null);
}
}
export interface Search {
field?: (string[] | null);
maturity?: ($wrapper.wix.api.Maturity | null);
}
export interface Hookable {

@@ -929,2 +938,3 @@ }

'.wix.api.referencedEntity'?: (string | null);
'.wix.api.referencedEntityField'?: ($wrapper.wix.api.ReferenceEntityField | null);
'.wix.api.fieldDeprecated'?: ($wrapper.wix.api.Deprecated | null);

@@ -931,0 +941,0 @@ '.wix.api.translatable'?: ($wrapper.wix.api.Translatable | null);

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 too big to display

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 too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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