styled-jsx
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -188,7 +188,7 @@ 'use strict'; | ||
var _murmurhash = require('./lib/murmurhash2'); | ||
var _murmurhash = require('../lib/murmurhash2'); | ||
var _murmurhash2 = _interopRequireDefault(_murmurhash); | ||
var _styleTransform = require('./lib/style-transform'); | ||
var _styleTransform = require('../lib/style-transform'); | ||
@@ -195,0 +195,0 @@ var _styleTransform2 = _interopRequireDefault(_styleTransform); |
// murmurhash2 via https://gist.github.com/raycmorgan/588423 | ||
// via glamor | ||
export default function doHash(str, seed) { | ||
module.exports = function(str, seed) { | ||
let m = 0x5bd1e995 | ||
@@ -6,0 +6,0 @@ let r = 24 |
{ | ||
"name": "styled-jsx", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -9,3 +9,4 @@ "repository": "zeit/styled-jsx", | ||
"dist", | ||
"lib" | ||
"lib", | ||
"babel.js" | ||
], | ||
@@ -12,0 +13,0 @@ "dependencies": { |
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
25140
10
461
0