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

locales-detector

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

locales-detector - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

dist/detectors/Detector.js

5

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## [1.1.0] 2018-08-15
### Changed
- Upgrade building tools
## [1.0.0] 2018-06-13

@@ -5,0 +10,0 @@ ### Changed

39

package.json
{
"name": "locales-detector",
"version": "1.0.0",
"version": "1.1.0",
"description": "Tool for detecting locales of visitors and transform them.",

@@ -21,28 +21,14 @@ "keywords": [

"homepage": "https://github.com/fabulator/locales-detector",
"main": "dist/locales-detector.js",
"jsnext:main": "dist/locales-detector.es.js",
"main": "dist/index.js",
"jsnext:main": "dist/index.es.js",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"@socifi/eslint-config": "^1.5.0",
"flow-bin": "^0.74.0",
"@socifi/eslint-config": "^1.10.0",
"@socifi/jest-config": "^1.9.0",
"@socifi/rollup-config": "^1.10.0",
"flow-bin": "^0.78.0",
"flow-coverage-report": "^0.5.0",
"flow-typed": "^2.4.0",
"jasmine-core": "^3.0.0",
"karma": "^2.0.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"rollup": "^0.60.0",
"rollup-plugin-babel": "^3.0.2"
"flow-typed": "^2.4.0"
},
"dependencies": {
"query-string": "^6.0.0"
"query-string": "^6.1.0"
},

@@ -52,8 +38,9 @@ "scripts": {

"lint-export": "npm run lint -- -o ./tests/checkstyle/checkstyle.xml -f checkstyle",
"test": "karma start karma.conf.js",
"test": "jest",
"test-build": "npm run test -- --config jest.config.build.js",
"flow": "flow",
"flow-init": "flow-typed install query-string@6.x",
"flow-init": "flow-typed install query-string@6.x jest@22.x",
"flow-coverage": "flow-coverage-report -f \"node_modules\\flow-bin\\vendor\\flow\" -i \"src/**/*.js\" -t html -t text -t json -o tests/coverage/flow",
"build": "rollup --config ./rollup.config.js",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build && npm run test-build"
},

@@ -60,0 +47,0 @@ "browserslist": [

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