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

@kizahasi/flocon-script

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kizahasi/flocon-script - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

2

dist/types/scriptValue.d.ts

@@ -142,3 +142,3 @@ import { Option } from '@kizahasi/option';

}
export declare type FValue = null | undefined | FBoolean | FNumber | FString | FArray | FRecord | FFunction;
export declare type FValue = null | undefined | FBoolean | FNumber | FString | FArray | FObject | FFunction;
export declare class FGlobalRecord extends FRecord {

@@ -145,0 +145,0 @@ constructor(base?: FRecord);

{
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",

@@ -31,2 +31,3 @@ "main": "dist/cjs/index.js",

"author": "kizahasi",
"description": "Executes javascript safely, but some features are not supported.",
"repository": {

@@ -33,0 +34,0 @@ "type": "git",

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