@gremlin/failure-flags
Advanced tools
Comparing version 0.0.14 to 0.0.15
15
index.js
@@ -0,1 +1,16 @@ | ||
/* | ||
Copyright 2023 Gremlin, Inc. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
const { fetchExperiment } = require('./src/fetch.js'); | ||
@@ -2,0 +17,0 @@ const effect = require('./src/fault.js'); |
@@ -0,1 +1,16 @@ | ||
/* | ||
Copyright 2023 Gremlin, Inc. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
const failureflags = require('./index.js'); | ||
@@ -2,0 +17,0 @@ const express = require('express'); |
{ | ||
"name": "@gremlin/failure-flags", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Failure Flags is a node SDK for working with the Gremlin fault injection platform to build application-level chaos experiments and reliability tests. This library works in concert with Gremlin-Lambda, a Lambda extension, or Gremlin-Container a container sidecar agent. This architecture minimizes the impact to your application code, simplifies configuration, and makes adoption painless.", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
"author": "Jeff Nickoloff <jeff.nickoloff@gremlin.com>", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
@@ -24,0 +24,0 @@ "url": "https://github.com/gremlin/failure-flags-node/issues" |
@@ -0,1 +1,16 @@ | ||
/* | ||
Copyright 2023 Gremlin, Inc. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
const latency = async (experiment) => { | ||
@@ -2,0 +17,0 @@ if (!experiment.effect.latency) |
@@ -0,1 +1,16 @@ | ||
/* | ||
Copyright 2023 Gremlin, Inc. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
*/ | ||
const { request } = require('http'); | ||
@@ -2,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
39296
0
0
100
535