New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

inlines

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inlines - npm Package Compare versions

Comparing version 0.4.0-alpha.12 to 0.4.0-alpha.13

2

dist/src/core/to-hash.js

@@ -12,3 +12,3 @@ import { stringHash } from '@saulx/hash';

i++;
cache[h] = CHARS[(i % 54) + 12] + CHARS[~~(i / 64) % 64];
cache[h] = CHARS[(i % 52) + 12] + CHARS[~~(i / 64) % 64];
}

@@ -15,0 +15,0 @@ return cache[h];

{
"name": "inlines",
"description": "When you just want to use the style prop in React",
"version": "0.4.0-alpha.12",
"version": "0.4.0-alpha.13",
"main": "dist/src/index.js",

@@ -6,0 +6,0 @@ "types": "dist/src/index.d.ts",

@@ -15,5 +15,5 @@ import { stringHash } from '@saulx/hash'

i++
cache[h] = CHARS[(i % 54) + 12] + CHARS[~~(i / 64) % 64]
cache[h] = CHARS[(i % 52) + 12] + CHARS[~~(i / 64) % 64]
}
return cache[h]
}
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