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

3xpr

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3xpr - npm Package Compare versions

Comparing version 1.7.2 to 1.7.6

expression/operand/serializer.d.ts

1

expression/contract/operand.d.ts

@@ -77,2 +77,3 @@ import { Type, Context, Parameter, Position } from '.';

export interface OperandMetadata {
pos: Position;
type: OperandType;

@@ -79,0 +80,0 @@ name: string;

@@ -13,1 +13,2 @@ export * from './evaluators';

export * from './normalizer';
export * from './serializer';

@@ -29,2 +29,3 @@ "use strict";

__exportStar(require("./normalizer"), exports);
__exportStar(require("./serializer"), exports);
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "3xpr",
"version": "1.7.2",
"version": "1.7.6",
"description": "expressions",

@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>",

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