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

amberpine

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amberpine - npm Package Compare versions

Comparing version 0.0.11-beta.1 to 0.0.11-beta.2

2

lib/cli.js

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

#!/usr/bin/env node
#!/usr/bin/env node --experimental-specifier-resolution=node
import amberpine, { init } from './index';

@@ -3,0 +3,0 @@ import devServer from './dev-server';

@@ -7,3 +7,5 @@ import path from 'path';

import RSS from 'rss';
import { fileURLToPath } from 'url';
import marked from './marked';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const cwd = process.cwd();

@@ -10,0 +12,0 @@ const sourceDir = path.join(cwd, 'source');

{
"name": "amberpine",
"version": "0.0.11-beta.1",
"version": "0.0.11-beta.2",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

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

#!/usr/bin/env node
#!/usr/bin/env node --experimental-specifier-resolution=node

@@ -3,0 +3,0 @@ import amberpine, { init } from './index';

@@ -7,5 +7,7 @@ import path from 'path';

import RSS from 'rss';
import { fileURLToPath } from 'url';
import marked from './marked';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
export type IBlogMeta = {

@@ -12,0 +14,0 @@ title: string,

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