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

cra-template-dvhb

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-dvhb - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

template/.storybook/preview-head.html

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [1.6.0](https://github.com/dvhb/template-react/compare/v1.5.0...v1.6.0) (2021-01-15)
### Bug Fixes
* lint errors ([caf993a](https://github.com/dvhb/template-react/commit/caf993ab098dacd69d9d163719383fd29adef803))
### Features
* dvhb/ui theme with styled ([cc79b4c](https://github.com/dvhb/template-react/commit/cc79b4c5d47dabf4b3b698b4cd2842cf745a23c3))
# [1.5.0](https://github.com/dvhb/template-react/compare/v1.4.4...v1.5.0) (2020-08-12)

@@ -2,0 +14,0 @@

2

package.json
{
"name": "cra-template-dvhb",
"version": "1.5.0",
"version": "1.6.0",
"description": "The base template for dvhb web app.",

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

@@ -7,3 +7,4 @@ module.exports = {

'@storybook/addon-links',
'@storybook/addon-knobs',
],
};

@@ -16,3 +16,3 @@ # dvhb web app

To run e2e tests use the following commands (tests will be launched in the dev environment):
To run e2e tests use the following commands (tests will be launched in the local environment):

@@ -19,0 +19,0 @@ - with ui: `npm run test:cypress:open`

@@ -63,3 +63,3 @@ // This optional code is used to register a service worker.

.register(swUrl)
.then(registration => {
.then((registration) => {
registration.onupdatefound = () => {

@@ -100,3 +100,3 @@ const installingWorker = registration.installing;

})
.catch(error => {
.catch((error) => {
console.error('Error during service worker registration:', error);

@@ -111,3 +111,3 @@ });

})
.then(response => {
.then((response) => {
// Ensure service worker exists, and that we really are getting a JS file.

@@ -117,3 +117,3 @@ const contentType = response.headers.get('content-type');

// No service worker found. Probably a different app. Reload the page.
navigator.serviceWorker.ready.then(registration => {
navigator.serviceWorker.ready.then((registration) => {
registration.unregister().then(() => {

@@ -136,6 +136,6 @@ window.location.reload();

navigator.serviceWorker.ready
.then(registration => {
.then((registration) => {
registration.unregister();
})
.catch(error => {
.catch((error) => {
console.error(error.message);

@@ -142,0 +142,0 @@ });

@@ -0,1 +1,23 @@

import '@dvhb/ui/dist/index.css';
import { Row, Col } from '@dvhb/ui';
export * from './Aligner';
export * from './Button';
export * from './ButtonGroup';
export * from './Checkbox';
export * from './Datepicker';
export * from './Field';
export * from './Hint';
export * from './Icon';
export * from './Input';
export * from './Link';
export * from './List';
export * from './Modal';
export * from './Popover';
export * from './RadioGroup';
export * from './Select';
export * from './Spacer';
export * from './Stepper';
export * from './Text';
export { Row, Col };

@@ -16,5 +16,6 @@ {

"noEmit": true,
"jsx": "react"
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true
},
"include": ["src"]
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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