@trendmicro/react-interpolate
Advanced tools
Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "@trendmicro/react-interpolate", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "A React component that renders elements into a format string containing replacement fields.", | ||
@@ -19,4 +19,4 @@ "main": "lib/index.js", | ||
"lint:fix": "eslint --fix ./src", | ||
"test": "./babel-tap --coverage test/*.js", | ||
"coveralls": "./babel-tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls", | ||
"test": "tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill", | ||
"coveralls": "tap test/*.js --coverage --coverage-report=text-lcov --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill | coveralls", | ||
"dev": "cd examples; webpack-dev-server --hot --inline --host 0.0.0.0 --port 8000 --content-base ../docs" | ||
@@ -46,3 +46,3 @@ }, | ||
"peerDependencies": { | ||
"react": "^0.14.0 || ^15.0.0" | ||
"react": "^0.14.0 || >=15.0.0" | ||
}, | ||
@@ -74,4 +74,4 @@ "dependencies": { | ||
"nib": "~1.1.2", | ||
"react": "^0.14.0 || ^15.0.0", | ||
"react-dom": "^0.14.0 || ^15.0.0", | ||
"react": "^0.14.0 || >=15.0.0", | ||
"react-dom": "^0.14.0 || >=15.0.0", | ||
"style-loader": "~0.16.1", | ||
@@ -78,0 +78,0 @@ "stylint": "~1.5.9", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
11574
0