Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bigtest/agent

Package Overview
Dependencies
Maintainers
1
Versions
792
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigtest/agent - npm Package Compare versions

Comparing version 0.1.0-72ef448 to 0.1.0-89c55fc

dist/agent.esm.js

8

package.json
{
"name": "@bigtest/agent",
"version": "0.1.0-72ef448",
"version": "0.1.0-89c55fc",
"description": "Agent for connecting test environments (browsers) to BigTest",
"main": "dist/agent.umd.js",
"module": "dist/agent.esm.js",
"typings": "dist/index.d.ts",
"repository": "https://github.com/thefrontside/bigtest.git",

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

"scripts": {
"lint": "eslint 'src/**/*.ts' 'bin/**/*.ts'",
"lint": "eslint '**/*.ts'",
"test": "mocha -r ts-node/register test/**/*.test.ts",
"start": "ts-node bin/start.ts",
"build": "echo 'build'",
"bundle": "parcel watch --out-dir dist/app app/index.html",
"prepack": "microbundle --entry index.ts --output dist --format modern,es,umd && parcel build --out-dir dist/app app/index.html"
"prepack": "microbundle --entry index.ts --output dist --format modern,es,umd && parcel build --out-dir dist/app app/index.html app/harness.ts"
},

@@ -23,0 +23,0 @@ "devDependencies": {

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