mobservable
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,5 @@ | ||
# 1.2.2 | ||
* Add bower support | ||
# 1.2.1 | ||
@@ -2,0 +6,0 @@ |
@@ -1,6 +0,1 @@ | ||
/** | ||
* mobservable | ||
* (c) 2015 - Michel Weststrate | ||
* https://github.com/mweststrate/mobservable | ||
*/ | ||
var dnode_1 = require('./dnode'); | ||
@@ -7,0 +2,0 @@ var utils_1 = require('./utils'); |
@@ -1,6 +0,1 @@ | ||
/** | ||
* mobservable | ||
* (c) 2015 - Michel Weststrate | ||
* https://github.com/mweststrate/mobservable | ||
*/ | ||
var __extends = (this && this.__extends) || function (d, b) { | ||
@@ -7,0 +2,0 @@ for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; |
@@ -1,6 +0,1 @@ | ||
/** | ||
* mobservable | ||
* (c) 2015 - Michel Weststrate | ||
* https://github.com/mweststrate/mobservable | ||
*/ | ||
var __extends = (this && this.__extends) || function (d, b) { | ||
@@ -7,0 +2,0 @@ for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; |
@@ -1,6 +0,1 @@ | ||
/** | ||
* mobservable | ||
* (c) 2015 - Michel Weststrate | ||
* https://github.com/mweststrate/mobservable | ||
*/ | ||
var __extends = (this && this.__extends) || function (d, b) { | ||
@@ -7,0 +2,0 @@ for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; |
@@ -1,6 +0,1 @@ | ||
/** | ||
* mobservable | ||
* (c) 2015 - Michel Weststrate | ||
* https://github.com/mweststrate/mobservable | ||
*/ | ||
function once(func) { | ||
@@ -7,0 +2,0 @@ var invoked = false; |
{ | ||
"name": "mobservable", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Observable data. Reactive functions. Simple code.", | ||
@@ -12,3 +12,3 @@ "main": "lib/index.js", | ||
"coverage": "npm run buildtest && istanbul cover tape test/*.js && cat ./coverage/lcov.info|coveralls", | ||
"perf": "npm run build && time tape test/perf/*.js", | ||
"perf": "npm run build && time node --expose-gc test/perf/index.js", | ||
"prepublish": "npm run clean && npm run build-dist", | ||
@@ -15,0 +15,0 @@ "clean": "rm -rf lib/ dist/", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
184010
45
2227