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

appium-transpile-runtime

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-transpile-runtime - npm Package Compare versions

Comparing version

to
0.0.3

.jscsrc

4

index.js

@@ -1,3 +0,1 @@

require('source-map-support').install();
if(!process.env.SKIP_TRACEUR_RUNTIME) require('traceur/bin/traceur-runtime');
require('./lib/runtime');
{
"name": "appium-transpile-runtime",
"version": "0.0.2",
"description": "Runtime dependencies for traceur and sourcemaps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": "Runtime dependencies for traceur and sourcemaps.",
"keywords": [
"appium"
],
"author": "appium contributors",
"license": "Apache2",
"version": "0.0.3",
"author": "appium",
"license": "Apache License 2.0",
"repository": {

@@ -21,6 +17,36 @@ "type": "git",

},
"engines": [
"node"
],
"main": "./index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"source-map-support": "^0.2.8",
"traceur": "0.0.79"
},
"scripts": {
"test": "./node_modules/.bin/gulp once && ./node_modules/.bin/mocha build/test",
"watch": "./node_modules/.bin/gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^0.0.8",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-jscs": "^1.3.1",
"gulp-jshint": "https://github.com/appium/gulp-jshint/archive/master.tar.gz",
"gulp-mocha": "^2.0.0",
"jshint-stylish": "^1.0.0",
"merge-stream": "^0.1.6",
"mocha": "^2.1.0",
"mochawait": "^1.1.0",
"q": "^1.1.2",
"run-sequence": "^1.0.2",
"vinyl-paths": "^1.0.0",
"yargs": "^1.3.3"
}
}
appium-transpile-runtime
========================
===================
Runtime dependencies for traceur and sourcemaps
Runtime dependencies for traceur and maps.
## Watch
```
npm run-script watch
```
## Test
```
npm test
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet