Socket
Socket
Sign inDemoInstall

@webex/storage-adapter-spec

Package Overview
Dependencies
Maintainers
7
Versions
1197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/storage-adapter-spec - npm Package Compare versions

Comparing version 3.0.0-bnr.5 to 3.0.0-next.1

.eslintrc.js

2

dist/index.js

@@ -49,3 +49,3 @@ "use strict";

var bound;
before(function () {
beforeAll(function () {
return adapter.bind(namespace, options).then(function (b) {

@@ -52,0 +52,0 @@ bound = b;

{
"name": "@webex/storage-adapter-spec",
"version": "3.0.0-bnr.5",
"description": "",

@@ -23,4 +22,26 @@ "license": "MIT",

"dependencies": {
"@webex/test-helper-chai": "3.0.0-bnr.5"
}
}
"@webex/test-helper-chai": "3.0.0-next.1"
},
"scripts": {
"build": "yarn build:src",
"build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
"deploy:npm": "yarn npm publish",
"test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
"test:browser": "webex-legacy-tools test --integration --runner karma",
"test:style": "eslint ./src/**/*.*"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@webex/babel-config-legacy": "0.0.0",
"@webex/eslint-config-legacy": "0.0.0",
"@webex/jest-config-legacy": "0.0.0",
"@webex/legacy-tools": "0.0.0",
"@webex/test-helper-chai": "3.0.0-next.1",
"@webex/test-helper-mocha": "3.0.0-next.1",
"@webex/test-helper-mock-webex": "3.0.0-next.1",
"@webex/test-helper-test-users": "3.0.0-next.1",
"eslint": "^8.24.0",
"prettier": "^2.7.1"
},
"version": "3.0.0-next.1"
}

@@ -40,3 +40,3 @@ /*!

before(() =>
beforeAll(() =>
adapter.bind(namespace, options).then((b) => {

@@ -43,0 +43,0 @@ bound = b;

Sorry, the diff of this file is not supported yet

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