Socket
Socket
Sign inDemoInstall

@emotion/hash

Package Overview
Dependencies
Maintainers
3
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.2 to 0.7.3

types/index.d.ts

8

CHANGELOG.md
# @emotion/hash
## 0.7.3
### Patch Changes
- [c81c0033](https://github.com/emotion-js/emotion/commit/c81c0033c490210077da0e9c3f9fa1a22fcd9c96) [#1503](https://github.com/emotion-js/emotion/pull/1503) Thanks [@Andarist](https://github.com/Andarist)! - Add TS types to util packages - hash, memoize & weak-memoize
## 0.7.2

@@ -7,2 +13,2 @@

- [c0eb604d](https://github.com/emotion-js/emotion/commit/c0eb604d) [#1419](https://github.com/emotion-js/emotion/pulls/1419) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update build tool
- [c0eb604d](https://github.com/emotion-js/emotion/commit/c0eb604d) [#1419](https://github.com/emotion-js/emotion/pull/1419) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update build tool
{
"name": "@emotion/hash",
"version": "0.7.2",
"version": "0.7.3",
"description": "A MurmurHash2 implementation",
"main": "dist/hash.cjs.js",
"module": "dist/hash.esm.js",
"types": "types/index.d.ts",
"license": "MIT",

@@ -14,4 +15,11 @@ "repository": "https://github.com/emotion-js/emotion/tree/master/packages/hash",

"src",
"dist"
"dist",
"types"
],
"scripts": {
"test:typescript": "dtslint types"
},
"devDependencies": {
"dtslint": "^0.3.0"
},
"browser": {

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

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