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

@sprucelabs/babel-plugin-schema

Package Overview
Dependencies
Maintainers
3
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sprucelabs/babel-plugin-schema - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

4

build/resolve-path-aliases.js

@@ -39,7 +39,7 @@ #!/usr/bin/env node

if (results.totalMappedPaths === 0) {
console.log(chalk_1.default.green.bold('Done! Nothing to map. Maybe mapping was already done? Try building your code again.'));
console.log(chalk_1.default.green.bold('Done! No paths to map. Maybe mapping was already done? Try building your code again.'));
}
else {
console.log(chalk_1.default.green.bold(`Done! Mapped ${results.totalMappedPaths} across ${results.totalFilesWithMappedPaths} files.`));
console.log(chalk_1.default.green.bold(`Done! Mapped ${results.totalMappedPaths} paths across ${results.totalFilesWithMappedPaths} files.`));
}
//# sourceMappingURL=resolve-path-aliases.js.map

@@ -0,1 +1,3 @@

## [3.1.2](https://github.com/sprucelabsai/babel-plugin-schema/compare/v3.1.1...v3.1.2) (2020-10-20)
## [3.1.1](https://github.com/sprucelabsai/babel-plugin-schema/compare/v3.1.0...v3.1.1) (2020-10-12)

@@ -2,0 +4,0 @@

{
"name": "@sprucelabs/babel-plugin-schema",
"version": "3.1.1",
"version": "3.1.2",
"description": "Builds @sprucelabs/schema and generates static paths to #spruce directories.",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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

chalk.green.bold(
'Done! Nothing to map. Maybe mapping was already done? Try building your code again.'
'Done! No paths to map. Maybe mapping was already done? Try building your code again.'
)

@@ -59,5 +59,5 @@ )

chalk.green.bold(
`Done! Mapped ${results.totalMappedPaths} across ${results.totalFilesWithMappedPaths} files.`
`Done! Mapped ${results.totalMappedPaths} paths across ${results.totalFilesWithMappedPaths} files.`
)
)
}

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