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.11.0 to 0.12.0

4

lib/index.d.ts
import * as bibtex from 'astrocite-bibtex';
import * as eutils from 'astrocite-eutils';
import * as googlebooks from 'astrocite-googlebooks';
import * as ris from 'astrocite-ris';
declare const _default: {
bibtex: typeof bibtex;
eutils: typeof eutils;
googlebooks: typeof googlebooks;
ris: typeof ris;
eutils: typeof eutils;
};
export = _default;
"use strict";
var bibtex = require("astrocite-bibtex");
var eutils = require("astrocite-eutils");
var googlebooks = require("astrocite-googlebooks");
var ris = require("astrocite-ris");
module.exports = {
bibtex: bibtex,
eutils: eutils,
googlebooks: googlebooks,
ris: ris,
eutils: eutils,
};
{
"name": "astrocite",
"version": "0.11.0",
"version": "0.12.0",
"description": "Bibliography file format => AST => CSL JSON",

@@ -25,7 +25,8 @@ "license": "MIT",

"dependencies": {
"astrocite-bibtex": "^0.11.0",
"astrocite-eutils": "^0.11.0",
"astrocite-ris": "^0.11.0"
"astrocite-bibtex": "^0.12.0",
"astrocite-eutils": "^0.12.0",
"astrocite-googlebooks": "^0.12.0",
"astrocite-ris": "^0.12.0"
},
"gitHead": "7d11668c9b5fa9e54a234c1232aae7f9a2c35c09"
"gitHead": "ffbbb9cb3624f807d5741bf3f144b4b212b6efa3"
}
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