Socket
Socket
Sign inDemoInstall

@financial-times/x-engine

Package Overview
Dependencies
Maintainers
14
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/x-engine - npm Package Compare versions

Comparing version 1.0.0-6 to 1.0.0-beta.1

7

package.json
{
"name": "@financial-times/x-engine",
"version": "v1.0.0-6",
"version": "1.0.0-beta.1",
"description": "A consolidation library to render x- components with any compatible runtime.",

@@ -18,4 +18,3 @@ "main": "src/server.js",

"access": "public"
},
"gitHead": "8e02e84062aeaa69a4c9b8eb898ae1aba1d964c4"
}
}
}

@@ -100,3 +100,3 @@ # x-engine

plugins: [
xEngine();
xEngine()
]

@@ -103,0 +103,0 @@ };

@@ -0,1 +1,2 @@

/* eslint no-undef: "off", no-unused-vars: "off" */
// This module is just a placeholder to be re-written at build time.

@@ -2,0 +3,0 @@ const runtime = require(X_ENGINE_RUNTIME_MODULE);

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

const INDEX = /^\d+$/;
/**

@@ -4,0 +2,0 @@ * Deep Get

@@ -18,4 +18,5 @@ module.exports = {

factory: 'h',
component: 'Component',
render: 'render'
}
};
const path = require('path');
module.exports = (moduleId) => path.join(process.cwd(), 'package.json');
module.exports = () => path.join(process.cwd(), 'package.json');

@@ -1,2 +0,1 @@

const resolve = require('resolve-cwd');
const deepGet = require('./concerns/deep-get');

@@ -3,0 +2,0 @@ const resolvePkg = require('./concerns/resolve-pkg');

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