Socket
Socket
Sign inDemoInstall

code-red

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-red - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

4

CHANGELOG.md
# code-red changelog
## 0.0.10
* Tweak some TypeScript stuff
## 0.0.9

@@ -4,0 +8,0 @@

2

package.json
{
"name": "code-red",
"description": "code-red",
"version": "0.0.9",
"version": "0.0.10",
"repository": "Rich-Harris/code-red",

@@ -6,0 +6,0 @@ "main": "dist/code-red.js",

@@ -1,5 +0,5 @@

import { Node } from 'estree';
export declare function b(strings: TemplateStringsArray, ...values: any[]): Node;
export declare function x(strings: TemplateStringsArray, ...values: any[]): Node;
export declare function p(strings: TemplateStringsArray, ...values: any[]): Node;
import { Property, Node, Expression } from 'estree';
export declare function b(strings: TemplateStringsArray, ...values: any[]): Node[];
export declare function x(strings: TemplateStringsArray, ...values: any[]): Expression;
export declare function p(strings: TemplateStringsArray, ...values: any[]): Property;
export { print } from './print/index';
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