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

uxcore-const

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uxcore-const - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

coverage/lcov-report/base.css

1

.eslintrc.json
{
"extends": "airbnb",
"parser": "babel-eslint",
"plugins": [

@@ -4,0 +5,0 @@ "react"

2

package.json
{
"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));
});
});
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