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

typescript-monorepo-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typescript-monorepo-toolkit - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

dist/helpers.js

@@ -142,3 +142,3 @@ "use strict";

if (!propAst && propValue) {
propAst = recast_1.types.builders.objectProperty(recast_1.types.builders.literal("composite"), recast_1.types.builders.stringLiteral(propValue));
propAst = recast_1.types.builders.objectProperty(recast_1.types.builders.literal(propName), recast_1.types.builders.stringLiteral(propValue));
compilerOptions.value.properties.push(propAst);

@@ -145,0 +145,0 @@ }

{
"name": "typescript-monorepo-toolkit",
"version": "0.0.5",
"version": "0.0.6",
"author": "Bnaya Peretz <me@bnaya.net>",

@@ -5,0 +5,0 @@ "license": "MIT",

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