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

@pocka/rollup-plugin-gleam

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pocka/rollup-plugin-gleam - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

esm/es2020/plugin.js

@@ -10,3 +10,3 @@ //! Rollup plugin for Gleam language.

import { fileURLToPath } from "node:url";
import * as toml from "js-toml";
import * as toml from "smol-toml";
import readdirp from "readdirp";

@@ -57,3 +57,3 @@ function isGleamTOML(x) {

: fileURLToPath(gleamTomlPathOrUrl));
const parsed = toml.load(await readFile(gleamTomlPathOrUrl, { encoding: "utf8" }));
const parsed = toml.parse(await readFile(gleamTomlPathOrUrl, { encoding: "utf8" }));
if (!isGleamTOML(parsed)) {

@@ -60,0 +60,0 @@ // TypeScript can't narrow types using `never`. Putting `return` after this line

{
"name": "@pocka/rollup-plugin-gleam",
"version": "0.1.1",
"version": "0.1.2",
"description": "Rollup plugin for Gleam language.",

@@ -38,3 +38,3 @@ "keywords": ["rollup-plugin", "vite-plugin"],

"dependencies": {
"js-toml": "^1.0.0",
"smol-toml": "^1.0.0",
"readdirp": "^4.0.2"

@@ -41,0 +41,0 @@ },

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