adaptivejs
Advanced tools
Comparing version 0.0.2 to 0.1.0
{ | ||
"name": "adaptivejs", | ||
"version": "0.0.2", | ||
"description": "A framework for creating adaptive websites.", | ||
"author": { | ||
"name": "Mobify", | ||
"email": "dev@mobify.com", | ||
"url": "https://github.com/mobify" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
} | ||
"name": "adaptivejs", | ||
"version": "0.1.0", | ||
"description": "A framework for creating adaptive websites.", | ||
"author": { | ||
"name": "Mobify", | ||
"email": "dev@mobify.com", | ||
"url": "https://github.com/mobify" | ||
}, | ||
"scripts": { | ||
"test": "grunt test" | ||
}, | ||
"license": { | ||
"type": "proprietary", | ||
"url": "https://raw.github.com/mobify/adaptivejs/master/LICENSE" | ||
}, | ||
"dependencies": { | ||
"mobifyjs": "2.0.10", | ||
"mobifyjs-utils": "1.0.0" | ||
}, | ||
"devDependencies": { | ||
"connect": "2.3.4", | ||
"lodash": "~2.4.1", | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-connect": "~0.1.0", | ||
"grunt-contrib-watch": "~0.2.x", | ||
"grunt-contrib-qunit": "~0.2.0", | ||
"grunt-contrib-uglify": "~0.2.0", | ||
"grunt-mocha-phantomjs": "~0.3.2", | ||
"grunt-release": "~0.7.0", | ||
"grunt-requirejs": "0.4.0", | ||
"mocha": "~1.14.0", | ||
"chai": "~1.9.0" | ||
} | ||
} |
@@ -5,1 +5,21 @@ adaptivejs | ||
Framework for creating adaptive templated websites using Javascript | ||
Full Documentation: | ||
https://mobify.atlassian.net/wiki/display/PLAT/Adaptive.js | ||
## Getting Started | ||
We've supplied an example adaptive.js project as a starting point for you in the example folder. To get it running: | ||
1. cd into the example directory | ||
2. run `npm install` | ||
3. run `bower install` | ||
4. run `grunt preview` | ||
5. Navigate to http://preview.mobify.com | ||
6. For the Site URL, enter the website you want to adapt. **NOTE:** The site must have a Mobify tag installed in order for the site to adapt. | ||
7. For the bundle location enter: http://localhost:8080/build/ | ||
8. Hit authorize and you should see an example adapted view! | ||
The example is using the code inside of the `adaptivejs/src` folder, so during development, you can use this example | ||
as a way of testing your changes. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
2066204
260
41017
25
2
12
80
3
17
7
+ Addedmobifyjs@2.0.10
+ Addedmobifyjs-utils@1.0.0
+ Addedmobifyjs@2.0.10(transitive)
+ Addedmobifyjs-utils@1.0.0(transitive)