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

firescript-linter

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firescript-linter - npm Package Compare versions

Comparing version 0.6.6 to 0.6.7

2

package.json
{
"name": "firescript-linter",
"version": "0.6.6",
"version": "0.6.7",
"description": "Linter for Firescript",

@@ -5,0 +5,0 @@ "main": "app.js",

@@ -31,3 +31,3 @@ const LinterNode = require('./LinterNode').LinterNode

'queueMicrotask',
['require', 'str'],
['require', { name: 'modulePath', typing: 'str' }],
'setImmediate',

@@ -107,3 +107,3 @@ 'setInterval',

const [name, ...params] = fn
globalScope.set(fn, {
globalScope.set(name, {
kind: 'func',

@@ -110,0 +110,0 @@ name,

@@ -47,2 +47,3 @@ const { LinterNode } = require('../LinterNode')

// Check argument typing
console.log('SF', scopeFunction)
if (scopeFunction && scopeFunction.params && !this.validateNodeTyping(argument, scopeFunction.params[index].typing)) {

@@ -49,0 +50,0 @@ this.lintException(new ArgumentTypingError(argument, scopeFunction, index))

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