Socket
Socket
Sign inDemoInstall

@lion/localize

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/localize - npm Package Compare versions

Comparing version 0.15.5 to 0.16.0

custom-elements.json

14

CHANGELOG.md
# Change Log
## 0.16.0
### Minor Changes
- b2f981db: Add exports field in package.json
Note that some tools can break with this change as long as they respect the exports field. If that is the case, check that you always access the elements included in the exports field, with the same name which they are exported. Any item not exported is considered private to the package and should not be accessed from the outside.
### Patch Changes
- Updated dependencies [b2f981db]
- @lion/core@0.14.0
- singleton-manager@1.3.0
## 0.15.5

@@ -4,0 +18,0 @@

19

package.json
{
"name": "@lion/localize",
"version": "0.15.5",
"version": "0.16.0",
"description": "The localization system helps to manage localization data split into locales and automate its loading",

@@ -18,2 +18,3 @@ "license": "MIT",

"*.js",
"custom-elements.json",
"docs",

@@ -27,6 +28,7 @@ "src",

"scripts": {
"custom-elements-manifest": "custom-elements-manifest analyze --exclude 'docs/**/*'",
"debug": "cd ../../ && npm run debug -- --group localize",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group localize",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group localize",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"prepublishOnly": "../../scripts/npm-prepublish.js && npm run custom-elements-manifest",
"test": "cd ../../ && npm run test:browser -- --group localize"

@@ -37,4 +39,4 @@ },

"@bundled-es-modules/message-format": "6.0.4",
"@lion/core": "0.13.8",
"singleton-manager": "1.2.1"
"@lion/core": "0.14.0",
"singleton-manager": "1.3.0"
},

@@ -48,3 +50,8 @@ "keywords": [

"access": "public"
}
}
},
"exports": {
".": "./index.js",
"./test-helpers": "./test-helpers.js"
},
"customElementsManifest": "custom-elements.json"
}
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