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

amplify-util-headless-input

Package Overview
Dependencies
Maintainers
3
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-util-headless-input - npm Package Compare versions

Comparing version 1.9.8 to 1.9.9-lazyload-no-graphql15.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

## [1.9.9-lazyload-no-graphql15.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-util-headless-input@1.9.8...amplify-util-headless-input@1.9.9-lazyload-no-graphql15.0) (2023-01-25)
### Bug Fixes
* @typescript-eslint/no-floating-promises ([#11665](https://github.com/aws-amplify/amplify-cli/issues/11665)) ([6c64717](https://github.com/aws-amplify/amplify-cli/commit/6c647177a3518d777677757bebc01f18b71552e3))
* manual lint fixes ([#11638](https://github.com/aws-amplify/amplify-cli/issues/11638)) ([2294cf8](https://github.com/aws-amplify/amplify-cli/commit/2294cf8bf1ec2d6d58251649871e6e9617c49b23))
### Reverts
* Revert "chore: fixing main to dev merge conflicts (#11696)" ([00fec46](https://github.com/aws-amplify/amplify-cli/commit/00fec4608096390b5ae2563b5c69453cd48bfa45)), closes [#11696](https://github.com/aws-amplify/amplify-cli/issues/11696)
## [1.9.8](https://github.com/aws-amplify/amplify-cli/compare/amplify-util-headless-input@1.9.7...amplify-util-headless-input@1.9.8) (2023-01-03)

@@ -8,0 +25,0 @@

2

lib/HeadlessInputValidator.d.ts

@@ -14,3 +14,3 @@ import { JSONSchema7 } from 'json-schema';

} | void>;
export declare type VersionUpgradePipeline = (version: number) => Function[];
export declare type VersionUpgradePipeline = (version: number) => ((...args: unknown[]) => unknown)[];
//# sourceMappingURL=HeadlessInputValidator.d.ts.map

@@ -74,5 +74,5 @@ "use strict";

catch (ex) {
return;
return undefined;
}
};
//# sourceMappingURL=schemaSuppliers.js.map

@@ -6,5 +6,5 @@ import { VersionUpgradePipeline } from './HeadlessInputValidator';

withVersionIndexMap(map: Map<number, number>): this;
withTransformationFunctions(functions: Function[]): this;
withTransformationFunctions(functions: ((...args: unknown[]) => unknown)[]): this;
build(): VersionUpgradePipeline;
}
//# sourceMappingURL=VersionUpgradePipelineBuilder.d.ts.map
{
"name": "amplify-util-headless-input",
"version": "1.9.8",
"version": "1.9.9-lazyload-no-graphql15.0",
"description": "Logic for validating objects against JSON-schema specs and performing version upgrades when necessary / possible",

@@ -20,3 +20,3 @@ "main": "lib/index.js",

"ajv": "^6.12.6",
"amplify-headless-interface": "1.16.1"
"amplify-headless-interface": "1.17.0-lazyload-no-graphql15.0"
},

@@ -35,3 +35,3 @@ "devDependencies": {

},
"gitHead": "dea54cd4bc5745ba7645808964d29f5a395fe6f7"
"gitHead": "4d58b3ca509e522fe90c13344a5ec40a6993dd30"
}

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

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