@devcycle/nodejs-server-sdk
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -830,3 +830,3 @@ /******/ (() => { // webpackBootstrap | ||
}; | ||
if (this.configEtag) { | ||
if (this.configEtag && axiosOptions.headers) { | ||
axiosOptions.headers['If-None-Match'] = this.configEtag; | ||
@@ -997,3 +997,3 @@ } | ||
module.exports = JSON.parse('{"name":"@devcycle/nodejs-server-sdk","version":"1.0.0","description":"The DevCycle NodeJS Server SDK used for feature management.","main":"dist/main.js","types":"types.d.ts","files":["dist","README.md","types.d.ts"],"scripts":{"clean":"rimraf dist","test":"jest --runInBand","tsc":"tsc","build":"yarn clean && webpack","lint":"eslint --ext .js,.ts"},"license":"MIT","devDependencies":{"@babel/plugin-transform-runtime":"^7.15.0","@babel/preset-env":"^7.15.6","@types/jest":"^27.0.2","@types/uuid":"^8.3.1","babel-jest":"^27.2.1","eslint":"^7.22.0","jest":"^27.2.1","rimraf":"^3.0.2","ts-jest":"^27.0.5","ts-loader":"^9.2.6","typescript":"^4.4.3","webpack":"^5.53.0","webpack-cli":"^4.8.0"},"dependencies":{"uuid":"^8.3.2"}}'); | ||
module.exports = JSON.parse('{"name":"@devcycle/nodejs-server-sdk","version":"1.0.1","description":"The DevCycle NodeJS Server SDK used for feature management.","main":"dist/main.js","types":"types.d.ts","files":["dist","README.md","types.d.ts"],"scripts":{"clean":"rimraf dist","test":"jest --runInBand","tsc":"tsc","build":"yarn clean && webpack","lint":"eslint --ext .js,.ts"},"license":"MIT","devDependencies":{"@babel/plugin-transform-runtime":"^7.15.0","@babel/preset-env":"^7.15.6","@types/jest":"^27.0.2","@types/uuid":"^8.3.1","babel-jest":"^27.2.1","eslint":"^7.22.0","jest":"^27.2.1","rimraf":"^3.0.2","ts-jest":"^27.0.5","ts-loader":"^9.2.6","typescript":"^4.4.3","webpack":"^5.53.0","webpack-cli":"^4.8.0"},"dependencies":{"axios":"^0.24.0","lodash":"^4.17.21","md5":"^2.2.1","murmurhash":"^2.0.0","tslib":"^2.0.0","ua-parser-js":"^0.7.21","uuid":"^8.3.2"}}'); | ||
@@ -1000,0 +1000,0 @@ /***/ }) |
{ | ||
"name": "@devcycle/nodejs-server-sdk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The DevCycle NodeJS Server SDK used for feature management.", | ||
@@ -36,4 +36,10 @@ "main": "dist/main.js", | ||
"dependencies": { | ||
"axios": "^0.24.0", | ||
"lodash": "^4.17.21", | ||
"md5": "^2.2.1", | ||
"murmurhash": "^2.0.0", | ||
"tslib": "^2.0.0", | ||
"ua-parser-js": "^0.7.21", | ||
"uuid": "^8.3.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
120982
1207
0
7
+ Addedaxios@^0.24.0
+ Addedlodash@^4.17.21
+ Addedmd5@^2.2.1
+ Addedmurmurhash@^2.0.0
+ Addedtslib@^2.0.0
+ Addedua-parser-js@^0.7.21
+ Addedaxios@0.24.0(transitive)
+ Addedcharenc@0.0.2(transitive)
+ Addedcrypt@0.0.2(transitive)
+ Addedfollow-redirects@1.15.9(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmd5@2.3.0(transitive)
+ Addedmurmurhash@2.0.1(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedua-parser-js@0.7.39(transitive)