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.1 to 0.9.2

src/index.ts

3

dist/declarations/src/index.d.ts

@@ -1,2 +0,1 @@

export * from '../types'
export { default } from '../types'
export default function murmur2(str: string): string;
{
"name": "@emotion/hash",
"version": "0.9.1",
"version": "0.9.2",
"description": "A MurmurHash2 implementation",
"main": "dist/emotion-hash.cjs.js",
"module": "dist/emotion-hash.esm.js",
"types": "types/index.d.ts",
"types": "dist/emotion-hash.cjs.d.ts",
"license": "MIT",

@@ -12,4 +12,3 @@ "repository": "https://github.com/emotion-js/emotion/tree/main/packages/hash",

"src",
"dist",
"types/*.d.ts"
"dist"
],

@@ -21,3 +20,3 @@ "scripts": {

"@definitelytyped/dtslint": "0.0.112",
"typescript": "^4.5.5"
"typescript": "^5.4.5"
},

@@ -24,0 +23,0 @@ "exports": {

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