Socket
Socket
Sign inDemoInstall

@blaze-react/utils

Package Overview
Dependencies
Maintainers
5
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blaze-react/utils - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

lib/decorator.js

4

lib/index.js

@@ -20,3 +20,3 @@ "use strict";

exports["default"] = (function (ChildComponent) {
var ComposedCompoent = function (props) {
var WithUtils = function (props) {
var utils = {

@@ -27,3 +27,3 @@ uniqueId: uniqueId_1["default"]

};
return ComposedCompoent;
return WithUtils;
});
{
"name": "@blaze-react/utils",
"version": "0.2.8",
"publishConfig": {
"access": "public"
},
"description": "",
"main": "./lib/index.js",
"scripts": {
"build": "../../node_modules/.bin/tsc --jsx react --esModuleInterop ./src/* --outDir lib ",
"build-storybook": "build-storybook -c .storybook -o docs-build",
"lint": "../../node_modules/.bin/tslint -c ../../tslint.json src/**/*.tsx",
"test": "jest",
"test:coverage": "jest --coverage",
"pre-publish": "npm run build && npm run lint && npm run test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@types/uuid": "^3.4.4"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"gitHead": "21daebcb2d5c57c501b6eb82e9f9335b49878e57"
"name": "@blaze-react/utils",
"version": "0.2.9",
"publishConfig": {
"access": "public"
},
"description": "",
"main": "./lib/index.js",
"scripts": {
"build": "../../node_modules/.bin/tsc --jsx react --esModuleInterop ./src/* --outDir lib ",
"build-storybook": "build-storybook -c .storybook -o docs-build",
"lint": "../../node_modules/.bin/tslint -c ../../tslint.json src/**/*.tsx",
"test": "jest",
"test:coverage": "jest --coverage",
"pre-publish": "npm run build && npm run lint && npm run test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@types/uuid": "^3.4.4"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"gitHead": "19ab308453753f8491d5cb5bcbbaa4667f335997"
}

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