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

@getlang/parser

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getlang/parser - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

1

desugar/inference/slicedeps.ts

@@ -7,2 +7,3 @@ import { parse } from 'acorn'

import { createToken } from '../utils.js'
import './acorn-globals.js'

@@ -9,0 +10,0 @@ const browserGlobals = [

import type { TransformVisitor } from '../../visitor/transform.js';
import './acorn-globals.js';
export declare function inferSliceDeps(): TransformVisitor;

@@ -6,2 +6,3 @@ import { parse } from 'acorn';

import { createToken } from '../utils.js';
import './acorn-globals.js';
const browserGlobals = [

@@ -8,0 +9,0 @@ ...Object.keys(globals.browser),

2

package.json
{
"name": "@getlang/parser",
"version": "0.0.20",
"version": "0.0.21",
"license": "Apache-2.0",

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

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