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

academia

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

academia - npm Package Compare versions

Comparing version 0.1.6 to 0.2.0

13

package.json

@@ -11,3 +11,3 @@ {

],
"version": "0.1.6",
"version": "0.2.0",
"homepage": "https://github.com/chbrown/academia",

@@ -18,12 +18,17 @@ "repository": "git://github.com/chbrown/academia.git",

"dependencies": {
"lexing": "*"
"chalk": "*",
"lexing": "*",
"yargs": "*"
},
"devDependencies": {
"mocha": "*",
"typescript-declare": "*",
"typescript": "*"
"typescript": "*",
"typescript-declare": "*"
},
"scripts": {
"test": "make test"
},
"bin": {
"academia": "bin/academia"
}
}

@@ -247,1 +247,3 @@ // the original text from the paper (for debugging)

}
for paper in P14-1???.pdf.json; do academia link $paper > ${paper/.json/.linked.json}; done

@@ -0,3 +1,6 @@

/// <reference path="DefinitelyTyped/chalk/chalk.d.ts" />
/// <reference path="DefinitelyTyped/mocha/mocha.d.ts" />
/// <reference path="DefinitelyTyped/node/node.d.ts" />
/// <reference path="DefinitelyTyped/yargs/yargs.d.ts" />
/// <reference path="../node_modules/lexing/lexing.d.ts" />

Sorry, the diff of this file is not supported yet

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