New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@guildofweavers/air-assembly

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guildofweavers/air-assembly - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -21,2 +21,4 @@ "use strict";

// ================================================================================================
var AirSchema_1 = require("./lib/AirSchema");
exports.AirSchema = AirSchema_1.AirSchema;
var expressions_1 = require("./lib/expressions");

@@ -23,0 +25,0 @@ exports.LiteralValue = expressions_1.LiteralValue;

4

package.json
{
"name": "@guildofweavers/air-assembly",
"version": "0.1.1",
"version": "0.1.2",
"description": "A low-level language for encoding Algebraic Intermediate Representation of computations",

@@ -28,3 +28,3 @@ "main": "index.js",

"compile": "tsc -p .",
"copyfiles": "copyfiles ./package.json ./package-lock.json ./air-assembly.d.ts ./.npmignore ./README.md bin",
"copyfiles": "copyfiles ./package*.json ./*.d.ts ./*.md ./.npmignore \"**/*.air\" bin",
"build": "npm run clean && npm run copyfiles && npm run compile",

@@ -31,0 +31,0 @@ "publish": "npm publish bin --access=public"

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