uxcore-const
Advanced tools
Comparing version 0.0.3 to 1.0.0
{ | ||
"extends": "airbnb", | ||
"parser": "babel-eslint", | ||
"plugins": [ | ||
@@ -4,0 +5,0 @@ "react" |
{ | ||
"name": "uxcore-const", | ||
"version": "0.0.3", | ||
"version": "1.0.0", | ||
"description": "uxcore-const component for uxcore.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/uxcore/uxcore-const.git", |
import expect from 'expect.js'; | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom'; | ||
import TestUtils, { Simulate } from 'react-addons-test-utils'; | ||
import Const from '../src'; | ||
describe('Const', () => { | ||
}); | ||
it('Const should not change', () => { | ||
const test = { | ||
MODE: { | ||
VIEW: 'view', | ||
EDIT: 'edit', | ||
}, | ||
ENV: { | ||
DEBUG: 'debug', | ||
LIVE: 'live', | ||
}, | ||
}; | ||
expect(JSON.stringify(test)).to.equal(JSON.stringify(test)); | ||
}); | ||
}); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
51823
26
563
1