Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

knockout.app

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knockout.app - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

Gruntfile.js

@@ -75,3 +75,3 @@ /*global module:false*/

var version = this.config.get('pkg').version,
files = 'build/knockout.app.js build/knockout.app.js',
files = 'build/knockout.app.js build/knockout.app.min.js',
build = 'git add -f ' + files,

@@ -78,0 +78,0 @@ commit = 'git commit -m\'publishing v' + version + '\''

@@ -6,3 +6,3 @@ {

"author": "Matteo Pagliazzi <matteopagliazzi@gmail.com>",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",

@@ -19,8 +19,9 @@ "main": "build/knockout.app.js",

"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-watch": "0.2.x",
"grunt-contrib-qunit": "0.1.x",
"grunt-contrib-connect": "0.1.x",
"grunt-contrib-uglify": "0.1.x",
"grunt-contrib-concat": "0.1.x",
"grunt": "0.4.0rc7",
"grunt-contrib-watch": "0.2.0rc7",
"grunt-contrib-qunit": "0.1.1rc6",
"grunt-contrib-connect": "0.1.1rc6",
"grunt-contrib-uglify": "0.1.1rc6",
"grunt-contrib-concat": "0.1.2rc6",
"grunt-contrib-copy": "0.4.0rc7",
"grunt-docco": "https://github.com/bdougherty/grunt-docco/tarball/grunt-0.4",

@@ -27,0 +28,0 @@ "grunt-exec": "https://github.com/jharding/grunt-exec/tarball/grunt0.4rc"

**KnockoutApp** is a framework for building apps using [KnockoutJS](http://knockoutjs.com/).
The last version released is 0.2.1
The last version released is 0.2.2

@@ -5,0 +5,0 @@ **Documentation**, **downloads**, how to **contribute**, **tests**, **example application** and more can be found on the [website](http://paglias.net/KnockoutApp).

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