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

base-objects

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-objects - npm Package Compare versions

Comparing version 0.7.0-alpha.1 to 0.7.1-alpha

mixins/named.js

38

bower.json
{
"name": "base-objects.js",
"version": "0.7.0-alpha.1",
"description": "Base javascript objects with convenient inheritance and some shared features for node & browser, AMD",
"keywords": [
"inheritance",
"browser",
"server"
],
"license": "public domain",
"authors": [
"Offirmo <offirmo.net@gmail.com>"
],
"homepage": "https://github.com/Offirmo/base-objects.js",
"dependencies": {
"backbone": "~1.1",
"generic_store.js": "latest",
"underscore": "~1.5",
"when": "~2.8"
}
"name": "base-objects.js",
"version": "0.7.1-alpha",
"description": "Base javascript objects with convenient inheritance and some shared features for node & browser, AMD",
"keywords": [
"inheritance",
"browser",
"server"
],
"license": "public domain",
"authors": [
"Offirmo <offirmo.net@gmail.com>"
],
"homepage": "https://github.com/Offirmo/base-objects.js",
"dependencies": {
"backbone": "~1.1",
"generic_store.js": "latest",
"underscore": "~1.6",
"when": "~2.8"
}
}

@@ -38,3 +38,2 @@ /* A mixin with generic start/stop methods

////////////////////////////////////
//methods.xyz = ...;
methods.startup = function() {

@@ -41,0 +40,0 @@ // TODO check consistency

{
"name": "base-objects",
"version": "0.7.0-alpha.1",
"description": "Base javascript objects with convenient inheritance and some shared features for node & browser, AMD",
"keywords": "inheritance, browser, server",
"license": "public domain",
"author": "Offirmo <offirmo.net@gmail.com> (http://offirmo.net)",
"homepage": "https://github.com/Offirmo/base-objects.js",
"repository": {
"type": "git",
"url": "https://github.com/Offirmo/base-objects.js.git"
},
"dependencies": {
"amdefine": "~0.1",
"backbone": "~1.1",
"generic_store": "~0.2",
"underscore": "~1.5",
"when": "~2.8"
},
"engines": {
"node": ">=0.10.0"
},
"bugs": {
"url": "https://github.com/Offirmo/base-objects.js/issues"
},
"scripts": {
"test": "npm install && cd test_runner && make"
}
"name": "base-objects",
"version": "0.7.1-alpha",
"description": "Base javascript objects with convenient inheritance and some shared features for node & browser, AMD",
"keywords": "inheritance, browser, server",
"license": "public domain",
"author": "Offirmo <offirmo.net@gmail.com> (http://offirmo.net)",
"homepage": "https://github.com/Offirmo/base-objects.js",
"repository": {
"type": "git",
"url": "https://github.com/Offirmo/base-objects.js.git"
},
"dependencies": {
"amdefine": "~0.1",
"backbone": "~1.1",
"generic_store": "~0.2",
"underscore": "~1.6",
"when": "~2.8"
},
"engines": {
"node": ">=0.10.0"
},
"bugs": {
"url": "https://github.com/Offirmo/base-objects.js/issues"
},
"scripts": {
"test": "npm install && cd test_runner && make"
}
}

@@ -18,5 +18,5 @@ base-objects.js

1) Extensions to Backbone.Model
2) Common Backbone sync() implementations
3) Convenient mixins to add to your objects (Backbone or not)
1. Extensions to Backbone.Model
2. Common Backbone sync() implementations
3. Convenient mixins to add to your objects (Backbone or not)

@@ -23,0 +23,0 @@ License : public domain (http://unlicense.org/)

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