@symbo.ls/button
Advanced tools
Comparing version 0.4.3 to 0.5.3
{ | ||
"name": "@symbo.ls/button", | ||
"version": "0.4.3", | ||
"version": "0.5.3", | ||
"main": "src/index.js", | ||
"license": "MIT", | ||
"gitHead": "f9ff8cad170955f2f2c63dbf530d04b76f2238e0" | ||
"gitHead": "f0c29fae632536241c4e803b880991748344f7c5" | ||
} |
'use strict' | ||
import { reactTransformer } from '@domql/react-transformer' | ||
import { Button as component } from '@symbo.ls/button' | ||
export const Button = (props, state) => { | ||
reactTransformer(component, props, state) | ||
} |
{ | ||
"name": "@symbo.ls/react-button", | ||
"version": "0.4.3", | ||
"version": "0.5.3", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "f9ff8cad170955f2f2c63dbf530d04b76f2238e0" | ||
"gitHead": "f0c29fae632536241c4e803b880991748344f7c5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1837
67