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

@codebakery/origami

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codebakery/origami - npm Package Compare versions

Comparing version 3.0.0-beta.0 to 3.0.0-beta.1

8

bin/origami.js

@@ -79,3 +79,3 @@ #!/usr/bin/env node

}, function (argv) { return tslib_1.__awaiter(_this, void 0, void 0, function () {
var error_1;
var err_2;
return tslib_1.__generator(this, function (_a) {

@@ -96,5 +96,5 @@ switch (_a.label) {

case 2:
error_1 = _a.sent();
error_1(error_1.message);
error_1('Failed to add polyfills', true);
err_2 = _a.sent();
log_1.error(err_2.message);
log_1.error('Failed to add polyfills', true);
return [3 /*break*/, 3];

@@ -101,0 +101,0 @@ case 3: return [2 /*return*/];

{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@codebakery/origami",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "Angular + Polymer",

@@ -6,0 +6,0 @@ "keywords": [

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