Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

didone

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

didone - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

dist/parse.js

@@ -5,3 +5,3 @@ "use strict";

const strip_comment_1 = require("./strip-comment");
const RE_EXPORTS = /^export\s+/;
const RE_SET_VERB = /^(export|set)\s+/;
const RE_BOUNDING_QUOTES = /^"|"$/g;

@@ -20,3 +20,3 @@ const RE_QUOTE_WITH_COMMENT = /(".*?")(\s*#\s*.*)?/;

const [k, v = ""] = line.split("=");
const key = k.replace(RE_EXPORTS, "");
const key = k.replace(RE_SET_VERB, "");
if (!key.trim())

@@ -23,0 +23,0 @@ continue;

{
"name": "didone",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Minimalist dotenv-like parser for the browser",

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