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

darklegacycomics

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

darklegacycomics - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

compiled.js

2

cli.js
#!/usr/bin/env node
'use strict';
const darklegacycomics = require('./index-compiled');
const darklegacycomics = require('./compiled');
const updateNotifier = require('update-notifier');

@@ -6,0 +6,0 @@ const meow = require('meow');

{
"name": "darklegacycomics",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simple tool for downloading all comics for offline use",
"main": "index-compiled.js",
"main": "compiled.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "babel index.js --out-file index-compiled.js --optional runtime",
"compile": "babel index.js --out-file compiled.js --optional runtime",
"watch": "npm run compile -- --watch",

@@ -34,2 +34,4 @@ "prepublish": "npm run compile"

"dependencies": {
"babel": "5.8.23",
"babel-runtime": "5.8.25",
"bottleneck": "1.9.1",

@@ -45,7 +47,3 @@ "cheerio": "0.19.0",

"update-notifier": "0.5.0"
},
"devDependencies": {
"babel": "5.8.23",
"babel-runtime": "5.8.25"
}
}

Sorry, the diff of this file is not supported yet

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