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

@algebraic/ast

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algebraic/ast - npm Package Compare versions

Comparing version 1.0.0-alpha.14 to 1.0.0-alpha.15

map.js

2

compute.js

@@ -29,3 +29,3 @@ const { data: { field } } = require("@algebraic/type");

const dependencies = operations
.filter(operation => has(operations, "keys"))
.filter(operation => has(operation, "keys"))
.map(({ keys }) => keys[0]);

@@ -32,0 +32,0 @@ const compute = values => operations.reduce(

{
"name": "@algebraic/ast",
"version": "1.0.0-alpha.14",
"version": "1.0.0-alpha.15",
"description": "",

@@ -18,5 +18,5 @@ "main": "node.js",

"peerDependencies": {
"@algebraic/type": "1.0.0-alpha.14",
"@algebraic/collectoons": "1.0.0-alpha.14"
"@algebraic/type": "1.0.0-alpha.15",
"@algebraic/collectoons": "1.0.0-alpha.15"
}
}
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