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

@wix/motion-edm-autogen-transformations

Package Overview
Dependencies
Maintainers
21
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/motion-edm-autogen-transformations - npm Package Compare versions

Comparing version 1.24.0 to 1.25.0

2

dist/cjs/__tests__/transformations/errors/transformError.spec.js

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

const httpStatus = aRandomApplicationErrorHttpStatusCode();
const statusText = (0, _httpStatusCodes.getStatusText)(httpStatus);
const statusText = (0, _httpStatusCodes.getReasonPhrase)(httpStatus);
const expectedCode = statusText.split(' ').map(_lodash.upperCase).join('_');

@@ -350,0 +350,0 @@ describe('when no message exists in the response', () => {

import { __makeTemplateObject } from "tslib";
import { anObject, aNumber, aRandomItemFrom, aRequestId, aString, } from '@wix/motion-runtime-test-context';
import dedent from 'dedent-js';
import { getStatusText } from 'http-status-codes';
import { getReasonPhrase } from 'http-status-codes';
import { set, times, upperCase } from 'lodash';

@@ -262,3 +262,3 @@ import { transformError } from '../../..';

var httpStatus = aRandomApplicationErrorHttpStatusCode();
var statusText = getStatusText(httpStatus);
var statusText = getReasonPhrase(httpStatus);
var expectedCode = statusText.split(' ').map(upperCase).join('_');

@@ -265,0 +265,0 @@ describe('when no message exists in the response', function () {

{
"name": "@wix/motion-edm-autogen-transformations",
"version": "1.24.0",
"version": "1.25.0",
"license": "UNLICENSED",

@@ -40,4 +40,4 @@ "author": {

"@rushstack/eslint-patch": "^1.1.0",
"@wix/motion-edm-autogen-common": "1.19.0",
"@wix/motion-edm-autogen-transformations-core": "1.22.0",
"@wix/motion-edm-autogen-common": "1.20.0",
"@wix/motion-edm-autogen-transformations-core": "1.23.0",
"constant-case": "~3.0.0",

@@ -63,3 +63,3 @@ "deep-for-each": "~3.0.0",

"ts-jest": "^26.4.4",
"typescript": "~4.1.6"
"typescript": "~4.7.4"
},

@@ -78,3 +78,3 @@ "jest": {

},
"falconPackageHash": "8ab148867ac9a3209b495bce24a6e523e296783a54814d7b6b1a5113"
"falconPackageHash": "7d6a520f6adfbc84bc29fcdf6713423b9591e12e880392e4b744839b"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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