abstract-confine-runtime
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -19,2 +19,5 @@ const EventEmitter = require('events') | ||
configure (opts) { | ||
} | ||
describeAPI () { | ||
@@ -21,0 +24,0 @@ return new APIDescription() |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3468
54
73