beam-interactive-node
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -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'; |
@@ -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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
1178048
66
2529
1