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

beam-interactive-node

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beam-interactive-node - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

.editorconfig

0

dist/client.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

4

index.js

@@ -1,2 +0,2 @@

exports.Robot = require('./dist/robot');
exports.Frontend = require('./dist/frontend');
exports.Robot = require('./dist/robot').default;
exports.Frontend = require('./dist/frontend').default;

@@ -0,0 +0,0 @@ import {EventEmitter} from 'events';

@@ -0,0 +0,0 @@ import {UnknownPacketError, UnexpectedServerResponse} from './errors';

@@ -0,0 +0,0 @@ import assignIn from 'lodash.assignin';

@@ -0,0 +0,0 @@ import Packets from './packets';

@@ -0,0 +0,0 @@ import {FatalCodingError, UnknownPacketError} from '../errors';

@@ -0,0 +0,0 @@ import Packets from './packets';

@@ -0,0 +0,0 @@ import Packets from './packets';

@@ -0,0 +0,0 @@ import {FatalCodingError, UnknownPacketError} from '../errors';

@@ -0,0 +0,0 @@ // Importing this is DEPRECATED and will be removed in the future.

@@ -0,0 +0,0 @@ import WebSocket from 'ws';

@@ -0,0 +0,0 @@ import {AssertionError} from './errors';

{
"name": "beam-interactive-node",
"version": "0.2.3",
"version": "0.2.4",
"description": "This repository contains reference a implementation of a Beam Interactive robot.",

@@ -11,5 +11,5 @@ "main": "index.js",

"testfe": "browserify -r ./dist/frontend:tetris > dist/bundle.js && http-server",
"integrate": "mocha test/integrate --recursive --compilers js:babel/register",
"integrate": "mocha test/integrate --recursive --compilers js:babel-register",
"prepublish": "npm run lint && npm run build",
"cover": "node node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha -- test/unit --recursive --compilers js:babel/register"
"cover": "node node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha -- test/unit --recursive --compilers js:babel-register"
},

@@ -49,3 +49,3 @@ "repository": {

"eslint": "^1.4.3",
"http-server": "^0.8.5",
"http-server": "^0.9.0",
"istanbul": "^0.3.20",

@@ -52,0 +52,0 @@ "mocha": "^2.3.2",

@@ -0,0 +0,0 @@ # beam-interactive-node [![Build Status](https://travis-ci.org/WatchBeam/beam-interactive-node.svg)](https://travis-ci.org/WatchBeam/beam-interactive-node)

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

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