Socket
Socket
Sign inDemoInstall

code-red

Package Overview
Dependencies
6
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

17

package.json
{
"name": "code-red",
"description": "code-red",
"version": "1.0.3",
"version": "1.0.4",
"repository": "Rich-Harris/code-red",
"exports": {
"import": "./src/index.js"
".": {
"types": "./types/index.d.ts",
"import": "./src/index.js"
}
},

@@ -23,5 +26,5 @@ "type": "module",

"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.14",
"@types/estree": "^1.0.0",
"acorn": "^8.8.2",
"@jridgewell/sourcemap-codec": "^1.4.15",
"@types/estree": "^1.0.1",
"acorn": "^8.10.0",
"estree-walker": "^3.0.3",

@@ -31,4 +34,4 @@ "periscopic": "^3.1.0"

"devDependencies": {
"@types/node": "^18.14.6",
"dts-buddy": "^0.1.4",
"@types/node": "^20.4.10",
"dts-buddy": "^0.1.9",
"eslump": "^3.0.0",

@@ -35,0 +38,0 @@ "uvu": "^0.5.6"

@@ -21,2 +21,5 @@ declare module 'code-red' {

export type CommentWithLocation = CommentWithLocation_1;
/**
* @returns // TODO
*/
export function print(node: Node_1, opts?: PrintOptions): {

@@ -23,0 +26,0 @@ code: string;

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc