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

delorean.js

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delorean.js - npm Package Compare versions

Comparing version 0.8.0 to 0.8.1

2

bower.json
{
"name": "delorean.js",
"version": "0.8.0",
"version": "0.8.1",
"homepage": "http://deloreanjs.com",

@@ -5,0 +5,0 @@ "authors": [

@@ -1,2 +0,2 @@

/*! delorean.js - v0.7.2-4 - 2014-09-21 */
/*! delorean.js - v0.8.0 - 2014-09-21 */
(function (DeLorean) {

@@ -3,0 +3,0 @@ 'use strict';

{
"name": "delorean.js",
"version": "0.8.0",
"version": "0.8.1",
"description": "Flux Library",

@@ -5,0 +5,0 @@ "main": "src/delorean.js",

@@ -101,3 +101,3 @@ describe('Flux', function () {

myStoreWithScheme = new (DeLorean.Flux.createStore({
MyStoreWithScheme = DeLorean.Flux.createStore({
scheme: {

@@ -116,4 +116,6 @@ x: 'hello',

}
}));
});
var myStoreWithScheme = new MyStoreWithScheme();
it('should be work with schemes', function () {

@@ -120,0 +122,0 @@ expect(myStoreWithScheme.store.z).toBe('hello, world');

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