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

ilib-assemble

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ilib-assemble - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

package.json
{
"name": "ilib-assemble",
"version": "1.0.0",
"version": "1.1.0",
"main": "./src/index.mjs",

@@ -66,4 +66,4 @@ "bin": {

"dependencies": {
"ilib-common": "^1.0.3",
"ilib-locale": "^1.1.1",
"ilib-common": "^1.1.0",
"ilib-locale": "^1.2.0",
"json5": "^2.2.1",

@@ -70,0 +70,0 @@ "options-parser": "^0.4.0"

@@ -180,2 +180,14 @@ # ilib-assemble

### v1.1.0
- added the ability to add a nodule to the list of modules to include the locale
data for. This is often used to include the locale data of the current
package for testing.
- added the ability to get the list of locales to process from a json file
- locale data in js files now get output as a function that returns the data. That
way you don't need any babel plugins to process exported const values.
(ie. you don't need babel-plugin-transform-add-module-exports)
- only resolve paths to modules when they are module references. That is, they are
not relative to the current dir nor are they absolute paths
### v1.0.0

@@ -182,0 +194,0 @@

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