Socket
Socket
Sign inDemoInstall

flatstr

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flatstr - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

index.js
'use strict'
if (!process.versions || !process.versions.node || parseInt(process.versions.node.split('.')[0]) >= 10) {
if (!process.versions || !process.versions.node || parseInt(process.versions.node.split('.')[0]) >= 8) {
try {

@@ -5,0 +5,0 @@ var flatstr = Function('s', 'return typeof s === "string" ? %FlattenString(s) : s')

{
"name": "flatstr",
"version": "1.0.8",
"version": "1.0.9",
"description": "Flattens the underlying C structures of a concatenated JavaScript string",

@@ -5,0 +5,0 @@ "main": "index.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