react-globalize
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -5,3 +5,5 @@ define(['react'], function (React) { | ||
var [major, minor] = React.version.split("."); | ||
var versions = React.version.split("."); | ||
var major = versions[0]; | ||
var minor = versions[1]; | ||
@@ -8,0 +10,0 @@ var REACT15 = major === "15"; |
@@ -5,3 +5,5 @@ 'use strict'; | ||
var [major, minor] = React.version.split("."); | ||
var versions = React.version.split("."); | ||
var major = versions[0]; | ||
var minor = versions[1]; | ||
@@ -8,0 +10,0 @@ var REACT15 = major === "15"; |
{ | ||
"name": "react-globalize", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Bringing the i18n functionality of Globalize, backed by CLDR, to React", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import React from "react"; | ||
var [major, minor] = React.version.split("."); | ||
var versions = React.version.split("."); | ||
var major = versions[0]; | ||
var minor = versions[1]; | ||
@@ -5,0 +7,0 @@ var REACT15 = major === "15"; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
61903
1061
0