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

astrocite-eutils

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astrocite-eutils - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

lib/constants.d.ts

2

lib/index.d.ts

@@ -1,1 +0,1 @@

export { toCSL } from './pubmed/pubmed';
export { toCSL } from './eutils';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var pubmed_1 = require("./pubmed/pubmed");
exports.toCSL = pubmed_1.toCSL;
var eutils_1 = require("./eutils");
exports.toCSL = eutils_1.toCSL;
{
"name": "astrocite-eutils",
"version": "0.8.1",
"version": "0.8.2",
"description": "Converts PubMed EUtils ESummary API Responses to CSL JSON",

@@ -5,0 +5,0 @@ "license": "MIT",

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