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

primea-abstract-container

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primea-abstract-container - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

6

index.js

@@ -41,2 +41,8 @@ module.exports = class AbstractContainer {

}
// each container type used in a hypervisor instance must have a different
// id defined as an interger. This can be overriden at the time the container is registered with the hypervisor.
static get typeId () {
throw new Error('Unimplemented container type id')
}
}

2

package.json
{
"name": "primea-abstract-container",
"version": "0.0.4",
"version": "0.0.5",
"description": "Abstract Primea container",

@@ -5,0 +5,0 @@ "scripts": {

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