Socket
Socket
Sign inDemoInstall

@emotion/hash

Package Overview
Dependencies
Maintainers
4
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.9.0 to 0.9.1

dist/emotion-hash.cjs.d.mts

1

dist/emotion-hash.cjs.d.ts
export * from "./declarations/src/index";
export { default } from "./declarations/src/index";
//# sourceMappingURL=emotion-hash.cjs.d.ts.map

2

dist/emotion-hash.cjs.dev.js

@@ -59,2 +59,2 @@ 'use strict';

exports.default = murmur2;
exports["default"] = murmur2;

@@ -59,2 +59,2 @@ 'use strict';

exports.default = murmur2;
exports["default"] = murmur2;

@@ -55,2 +55,2 @@ /* eslint-disable */

export default murmur2;
export { murmur2 as default };
{
"name": "@emotion/hash",
"version": "0.9.0",
"version": "0.9.1",
"description": "A MurmurHash2 implementation",

@@ -10,5 +10,2 @@ "main": "dist/emotion-hash.cjs.js",

"repository": "https://github.com/emotion-js/emotion/tree/main/packages/hash",
"publishConfig": {
"access": "public"
},
"files": [

@@ -29,2 +26,3 @@ "src",

"module": "./dist/emotion-hash.esm.js",
"import": "./dist/emotion-hash.cjs.mjs",
"default": "./dist/emotion-hash.cjs.js"

@@ -31,0 +29,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc