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

@nlpjs/core-loader

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlpjs/core-loader - npm Package Compare versions

Comparing version 4.0.0-rc.8 to 4.0.0-rc.9

7

package.json
{
"name": "@nlpjs/core-loader",
"version": "4.0.0-rc.8",
"version": "4.0.0-rc.9",
"description": "Core",

@@ -28,5 +28,6 @@ "author": {

"dependencies": {
"@nlpjs/core": "^4.0.0-rc.8"
"@nlpjs/core": "^4.0.0-rc.9",
"@nlpjs/request": "^4.0.0-rc.9"
},
"gitHead": "e2cecc845927a517da9c0e08de437ebb47fc316a"
"gitHead": "3a6c4f507bd99282ae73b0b6d793ab47aec479ee"
}

@@ -15,2 +15,3 @@ const fs = require('fs');

} = require('@nlpjs/core');
const { fs: requestfs } = require('@nlpjs/request');
const pluginInformation = require('./plugin-information.json');

@@ -105,2 +106,3 @@ const {

if (!preffix) {
instance.register('fs', requestfs);
instance.use(ArrToObj);

@@ -107,0 +109,0 @@ instance.use(Normalizer);

@@ -5,3 +5,2 @@ const {

BaseStemmer,
containerBootstrap,
Clonable,

@@ -20,5 +19,5 @@ Container,

Context,
dockStart,
} = require('@nlpjs/core');
const containerBootstrap = require('./container-bootstrap');
const dock = require('./dock');

@@ -38,2 +37,6 @@

function dockStart(settings, mustLoadEnv) {
return dock.start(settings, mustLoadEnv);
}
module.exports = {

@@ -40,0 +43,0 @@ Among,

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