Socket
Socket
Sign inDemoInstall

@wixc3/typescript

Package Overview
Dependencies
Maintainers
65
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wixc3/typescript - npm Package Compare versions

Comparing version 6.0.0 to 7.0.0

2

dist/cjs/find.d.ts

@@ -15,3 +15,3 @@ import { Predicate } from '@wixc3/common';

export declare function findNodeAfterComment(node: ts.Node | undefined, comment: RegExp | string): Iterable<ts.Node>;
export type Comment = {
export declare type Comment = {
text: string;

@@ -18,0 +18,0 @@ pos: number;

@@ -15,3 +15,3 @@ import { Predicate } from '@wixc3/common';

export declare function findNodeAfterComment(node: ts.Node | undefined, comment: RegExp | string): Iterable<ts.Node>;
export type Comment = {
export declare type Comment = {
text: string;

@@ -18,0 +18,0 @@ pos: number;

{
"name": "@wixc3/typescript",
"version": "6.0.0",
"version": "7.0.0",
"description": "API ",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

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