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

i18next-fs-backend

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-fs-backend - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "i18next-fs-backend",
"version": "1.0.0",
"version": "1.0.1",
"private": false,

@@ -57,5 +57,5 @@ "type": "module",

"copy:yaml": "cp node_modules/js-yaml/dist/js-yaml.min.js lib/formats/yaml.js",
"postinstall": "rm -rf lib/formats && mkdir lib/formats && npm run copy:json5 && npm run copy:yaml",
"copy": "rm -rf lib/formats && mkdir lib/formats && npm run copy:json5 && npm run copy:yaml",
"lint": "eslint .",
"compile": "rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/fs.cjs cjs/fs.cjs",
"compile": "npm run copy && rm -rf cjs && mkdir cjs && babel lib -d cjs --presets=@babel/preset-env --plugins=add-module-exports && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/fs.cjs cjs/fs.cjs",
"build": "npm run compile",

@@ -62,0 +62,0 @@ "test": "npm run lint && npm run build && mocha test -R spec --exit --experimental-modules",

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