Socket
Socket
Sign inDemoInstall

@emotion/hash

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emotion/hash - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

6

dist/hash.cjs.js
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./hash.cjs.prod.js');
if (process.env.NODE_ENV === "production") {
module.exports = require("./hash.cjs.prod.js");
} else {
module.exports = require('./hash.cjs.dev.js');
module.exports = require("./hash.cjs.dev.js");
}
{
"name": "@emotion/hash",
"version": "0.7.0",
"version": "0.7.1",
"description": "A MurmurHash2 implementation",

@@ -16,3 +16,2 @@ "main": "dist/hash.cjs.js",

],
"umd:main": "./dist/index.min.js",
"browser": {

@@ -19,0 +18,0 @@ "./dist/hash.cjs.js": "./dist/hash.browser.cjs.js",

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