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

@bonniernews/wichita

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bonniernews/wichita - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

8

index.js

@@ -132,9 +132,7 @@ "use strict";

if (cache[scriptPath]) {
return cache[scriptPath];
if (!cache[scriptPath]) {
cache[scriptPath] = loadScript(scriptPath, referencingModule.context);
}
const module = await loadScript(scriptPath, referencingModule.context);
cache[scriptPath] = module;
return module;
return await cache[scriptPath];
}

@@ -141,0 +139,0 @@

{
"name": "@bonniernews/wichita",
"version": "0.5.0",
"version": "0.6.0",
"description": "Run your es6 modules with imports/exports in a vm sandbox",

@@ -42,7 +42,7 @@ "main": "index.js",

"devDependencies": {
"@bonniernews/md2html": "0.0.2",
"@bonniernews/md2html": "0.0.8",
"eslint": "^5.16.0",
"mocha": "^6.1.1",
"nyc": "^13.3.0",
"smqp": "^1.3.0"
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"smqp": "^1.6.0"
},

@@ -49,0 +49,0 @@ "nyc": {

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