New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bigtest/client

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigtest/client - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1-08b07d78

dist/client.d.ts

7

CHANGELOG.md
# @bigtest/client
## 0.3.1
### Patch Changes
- 4d7c43f9: enable eslint rules from the latest @typescript-eslint/recommended
- d85e5e95: upgrade eslint, typescript and @frontside packages
## 0.3.0

@@ -4,0 +11,0 @@

3

dist/cjs/index.js

@@ -10,5 +10,6 @@ "use strict";

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Client = void 0;
var client_1 = require("./client");

@@ -15,0 +16,0 @@ Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return client_1.Client; } });

{
"name": "@bigtest/client",
"version": "0.3.0",
"version": "0.3.1-08b07d78",
"description": "Communicate with a BigTest Orchestrator",
"main": "dist/cjs/index.js",
"browser": "dist/esm/index.js",
"typings": "dist/types/index.d.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/thefrontside/bigtest.git",

@@ -16,15 +16,16 @@ "author": "Frontside Engineering <engineering@frontside.com>",

"scripts": {
"lint": "eslint '{src,test}/**/*.ts'",
"clean": "rm -rf dist *.tsbuildinfo",
"lint": "eslint \"{src,test}/**/*.ts\"",
"mocha": "mocha -r ts-node/register",
"test": "mocha -r ts-node/register test/**/*.test.ts",
"prepack": "tsc --outdir dist/esm --sourcemap --module es2015 && tsc --outdir dist/cjs --sourcemap --module commonjs && tsc --outdir dist/types --emitDeclarationOnly"
"prepack": "tsc --build && tsc --outdir dist/esm --module es2015 && tsc --outdir dist/cjs --module commonjs"
},
"dependencies": {
"@effection/events": "^0.7.8",
"effection": "^0.7.0",
"@effection/events": "^0.7.9",
"effection": "^0.8.0",
"websocket": "^1.0.31"
},
"devDependencies": {
"@bigtest/effection-express": "^0.8.0",
"@frontside/tsconfig": "*",
"@bigtest/effection-express": "^0.9.2",
"@frontside/tsconfig": "^1.2.0",
"@types/mocha": "^7.0.1",

@@ -35,3 +36,3 @@ "@types/node": "^13.13.4",

"mocha": "^6.2.2",
"ts-node": "*"
"ts-node": "^9.1.1"
},

@@ -38,0 +39,0 @@ "volta": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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