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

@transformation/core

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transformation/core - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

4

package.json
{
"name": "@transformation/core",
"version": "5.1.0",
"version": "5.1.1",
"description": "Create transformation pipelines",

@@ -33,3 +33,3 @@ "main": "./src/index.js",

},
"gitHead": "2c434a3d4349843a14acea6577a16e247a66ef31"
"gitHead": "16310db8d6c73a64a83098a966042c99754ee52e"
}

@@ -9,7 +9,7 @@ const step = require("./step");

const seen = new Set();
let seen = new Set();
return step(async ({ take, put, CLOSED }) => {
if (options.scope === "pipeline") {
seen.clear();
seen = new Set();
}

@@ -16,0 +16,0 @@

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