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

ractive

Package Overview
Dependencies
Maintainers
3
Versions
643
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ractive - npm Package Compare versions

Comparing version 0.9.0-build-3 to 0.9.0-build-30

bin/ractive

19

bower.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc