Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kdujs/compiler-sfc-canary

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kdujs/compiler-sfc-canary - npm Package Compare versions

Comparing version 3.20231225.0 to 3.20240101.0-minor.0

4

dist/compiler-sfc.d.ts

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

import * as lru_cache_min from 'lru-cache/min';
import * as _babel_types from '@babel/types';

@@ -231,2 +232,3 @@ import { Statement, Expression, TSType, Program, CallExpression, Node, ObjectPattern, TSModuleDeclaration, TSPropertySignature, TSMethodSignature, TSCallSignatureDeclaration, TSFunctionType } from '@babel/types';

}
export declare const parseCache: Map<string, SFCParseResult> | lru_cache_min.LRUCache<string, SFCParseResult, unknown>;
export declare function parse(source: string, { sourceMap, filename, sourceRoot, pad, ignoreEmpty, compiler }?: SFCParseOptions): SFCParseResult;

@@ -471,5 +473,3 @@

export declare const parseCache: Map<string, SFCParseResult>;
export declare const walk: any;
{
"name": "@kdujs/compiler-sfc-canary",
"version": "3.20231225.0",
"version": "3.20240101.0-minor.0",
"description": "@kdujs/compiler-sfc",

@@ -35,8 +35,8 @@ "main": "dist/compiler-sfc.cjs.js",

"dependencies": {
"@babel/parser": "^7.23.3",
"@kdujs/compiler-core": "npm:@kdujs/compiler-core-canary@3.20231225.0",
"@kdujs/compiler-dom": "npm:@kdujs/compiler-dom-canary@3.20231225.0",
"@kdujs/compiler-ssr": "npm:@kdujs/compiler-ssr-canary@3.20231225.0",
"@kdujs/reactivity-transform": "npm:@kdujs/reactivity-transform-canary@3.20231225.0",
"@kdujs/shared": "npm:@kdujs/shared-canary@3.20231225.0",
"@babel/parser": "^7.23.0",
"@kdujs/compiler-core": "npm:@kdujs/compiler-core-canary@3.20240101.0-minor.0",
"@kdujs/compiler-dom": "npm:@kdujs/compiler-dom-canary@3.20240101.0-minor.0",
"@kdujs/compiler-ssr": "npm:@kdujs/compiler-ssr-canary@3.20240101.0-minor.0",
"@kdujs/reactivity-transform": "npm:@kdujs/reactivity-transform-canary@3.20240101.0-minor.0",
"@kdujs/shared": "npm:@kdujs/shared-canary@3.20240101.0-minor.0",
"estree-walker": "^2.0.2",

@@ -48,3 +48,3 @@ "magic-string": "^0.30.5",

"devDependencies": {
"@babel/types": "^7.23.3",
"@babel/types": "^7.23.0",
"@kdujs/consolidate": "^0.17.3",

@@ -58,4 +58,4 @@ "hash-sum": "^2.0.0",

"pug": "^3.0.2",
"sass": "^1.69.5"
"sass": "^1.69.4"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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