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-6d3328ac to 0.3.0-71a5b094

dist/client.d.ts

9

package.json
{
"name": "@bigtest/client",
"version": "0.3.0-6d3328ac",
"version": "0.3.0-71a5b094",
"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,6 +16,7 @@ "author": "Frontside Engineering <engineering@frontside.com>",

"scripts": {
"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"
},

@@ -28,3 +29,3 @@ "dependencies": {

"devDependencies": {
"@bigtest/effection-express": "^0.8.0",
"@bigtest/effection-express": "^0.9.0",
"@frontside/tsconfig": "*",

@@ -31,0 +32,0 @@ "@types/mocha": "^7.0.1",

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