Socket
Socket
Sign inDemoInstall

mobservable

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobservable - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

bower.json

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 1.2.2
* Add bower support
# 1.2.1

@@ -2,0 +6,0 @@

5

lib/core.js

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

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