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

flux-constant

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flux-constant - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

index.js

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

var FluxConstant = function FluxConstant(name) {
var FluxConstant = function FluxConstant (name) {

@@ -3,0 +3,0 @@ this.name = name;

{
"name": "flux-constant",
"version": "1.0.4",
"version": "1.0.5",
"description": "Unique constants for Flux apps.",

@@ -23,5 +23,5 @@ "main": "index.js",

"devDependencies": {
"code": "^1.2.1",
"lab": "^5.2.0"
"code": "^1.x.x",
"lab": "^6.x.x"
}
}

@@ -5,4 +5,4 @@ # flux-constant

[![Build Status](https://travis-ci.org/jedireza/flux-constant.svg?branch=master)](https://travis-ci.org/jedireza/flux-constant)
[![devDependency Status](https://david-dm.org/jedireza/flux-constant/dev-status.svg?theme=shields.io)](https://david-dm.org/jedireza/flux-constant#info=devDependencies)
[![Build Status](https://travis-ci.org/jedireza/flux-constant.svg?branch=master)](https://travis-ci.org/jedireza/flux-constant)

@@ -9,0 +9,0 @@

@@ -40,3 +40,3 @@ var Lab = require('lab');

var Set = FluxConstant.set([ 'ONE', 'TWO', 'THREE' ]);
var Set = FluxConstant.set(['ONE', 'TWO', 'THREE']);

@@ -43,0 +43,0 @@ Code.expect(Set).to.be.an.object();

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