Comparing version 0.9.0-build-3 to 0.9.0-build-30
@@ -5,9 +5,18 @@ { | ||
"version": "0.9.0-edge", | ||
"keywords": [ "reactive", "templates", "templating", "ui", "mustache", "handlebars", "dom" ], | ||
"homepage": "http://ractivejs.org", | ||
"license": "MIT", | ||
"main": "ractive.js", | ||
"licenses": [ | ||
{ | ||
"type": "MIT" | ||
} | ||
"keywords": [ | ||
"binding", | ||
"data binding", | ||
"declarative", | ||
"dom", | ||
"handlebars", | ||
"mustache", | ||
"reactive", | ||
"template", | ||
"templates", | ||
"templating", | ||
"ui", | ||
"view model" | ||
], | ||
@@ -14,0 +23,0 @@ "repository": { |
{ | ||
"name": "ractive", | ||
"description": "Next-generation DOM manipulation", | ||
"version": "0.9.0-build-3", | ||
"version": "0.9.0-build-30", | ||
"homepage": "http://ractivejs.org", | ||
"license": "MIT", | ||
"main": "ractive.js", | ||
"jsnext:main": "ractive.mjs", | ||
"module": "ractive.mjs", | ||
"bin": { | ||
"ractive": "./bin/ractive" | ||
}, | ||
"keywords": [ | ||
"binding", | ||
"data binding", | ||
"declarative", | ||
"dom", | ||
"handlebars", | ||
"mustache", | ||
"reactive", | ||
"template", | ||
"templates", | ||
"templating", | ||
"ui", | ||
"mustache", | ||
"handlebars", | ||
"dom" | ||
"view model" | ||
], | ||
"homepage": "http://ractivejs.org", | ||
"main": "ractive.js", | ||
"licenses": [ | ||
{ | ||
"type": "MIT" | ||
} | ||
], | ||
"bugs": { | ||
"url": "https://github.com/ractivejs/ractive/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ractivejs/ractive.git" | ||
}, | ||
"engines": { | ||
"node": ">=4.0.0", | ||
"npm": ">=2.14.2" | ||
} | ||
} |
@@ -30,3 +30,3 @@ <p align="center"><img src ="https://avatars1.githubusercontent.com/u/4751469?v=3&s=100"></p> | ||
If you'd like to include an example in your issue, [this fiddle](https://jsfiddle.net/evschris/wxc00vup/) has a convenient minimal setup that has easily switchable Ractive versions. | ||
If you'd like to include an example in your issue, [this fiddle](https://jsfiddle.net/evschris/swkz9n7n/) has a convenient minimal setup that has easily switchable Ractive versions. | ||
@@ -59,3 +59,3 @@ | ||
- `ractive-legacy.js` - A build of Ractive that includes legacy browser support. | ||
- `ractive.js` - A build of Ractive. | ||
@@ -88,5 +88,12 @@ - `sandbox` - Contains some template files to help with debugging. | ||
Tested successfully in IE9+ and all modern browsers. For legacy browser support, use [the builds with suffix `legacy` in the filename](http://cdn.ractivejs.org/latest/ractive-legacy.js). These builds include polyfills and other essential features required by Ractive. If your experience differs [please let us know](https://github.com/ractivejs/ractive/issues/new)! | ||
Tested successfully in all modern browsers. If your experience differs [please let us know](https://github.com/ractivejs/ractive/issues/new)! | ||
Ractive will require the following APIs: | ||
- ES5 | ||
- requestAnimationFrame | ||
- Promise | ||
Should your target environment lack the mentioned APIs, please shim/polyfill accordingly. | ||
## Published versions | ||
@@ -104,3 +111,2 @@ | ||
## License | ||
@@ -107,0 +113,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
1
112
3582529
16
50642
2