Socket
Socket
Sign inDemoInstall

abstract-confine-runtime

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-confine-runtime - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

3

index.js

@@ -19,2 +19,5 @@ const EventEmitter = require('events')

configure (opts) {
}
describeAPI () {

@@ -21,0 +24,0 @@ return new APIDescription()

2

package.json
{
"name": "abstract-confine-runtime",
"version": "0.3.0",
"version": "0.4.0",
"description": "The base class for confine runtimes.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -38,2 +38,6 @@ # Abstract Confine Runtime

configure (opts) {
// change any options after initialization
}
describeAPI () {

@@ -40,0 +44,0 @@ // return a tree structure to describe the api, see below

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