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

astrocite-core

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

astrocite-core - npm Package Compare versions

Comparing version 0.15.0 to 0.16.0

2

lib/names.js

@@ -90,4 +90,4 @@ "use strict";

}
return __assign({ family: last.trim() }, (first ? { given: first.trim() } : {}), (suffix ? { suffix: suffix.trim() } : {}), (von ? parseNameParticles(von.trim()) : {}));
return __assign(__assign(__assign({ family: last.trim() }, (first ? { given: first.trim() } : {})), (suffix ? { suffix: suffix.trim() } : {})), (von ? parseNameParticles(von.trim()) : {}));
}
exports.default = default_1;
{
"name": "astrocite-core",
"version": "0.15.0",
"version": "0.16.0",
"description": "Shared utility functions for the astrocite package library",

@@ -19,3 +19,3 @@ "license": "MIT",

},
"gitHead": "3d317e74968eb7fa7fb0bca87f45a066800729ae"
"gitHead": "92d9b58be989237328212134532bf2dc056b54ce"
}
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