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

astrocite

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astrocite - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

2

lib/index.d.ts
import * as bibtex from 'astrocite-bibtex';
import * as eutils from 'astrocite-eutils';
import * as ris from 'astrocite-ris';

@@ -6,3 +7,4 @@ declare const _default: {

ris: typeof ris;
eutils: typeof eutils;
};
export = _default;
"use strict";
var bibtex = require("astrocite-bibtex");
var eutils = require("astrocite-eutils");
var ris = require("astrocite-ris");

@@ -7,2 +8,3 @@ module.exports = {

ris: ris,
eutils: eutils,
};

4

package.json
{
"name": "astrocite",
"version": "0.8.1",
"version": "0.8.2",
"description": "Bibliography file format => AST => CSL JSON",

@@ -26,3 +26,3 @@ "license": "MIT",

"astrocite-bibtex": "^0.8.0",
"astrocite-eutils": "^0.8.1",
"astrocite-eutils": "^0.8.2",
"astrocite-ris": "^0.8.0"

@@ -29,0 +29,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