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

d2l-intl

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

d2l-intl - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

bower.json

21

package.json
{
"name": "d2l-intl",
"version": "0.1.0",
"version": "0.2.0",
"description": "D2L internationalization APIs for number, date and time formatting and parsing.",
"main": "lib/index.js",
"main": "src/index.js",
"scripts": {
"prebrowserify": "rimraf dist && mkdir dist && npm run transpile",
"browserify": "browserify -g uglifyify -s d2lIntl ./lib/index.js > ./dist/Intl.js",
"lint": "jshint src && jshint test",
"prebrowserify": "rimraf dist && mkdir dist",
"browserify": "browserify -g uglifyify -s d2lIntl ./src/index.js > ./dist/Intl.js",
"lint": "eslint src && eslint test",
"test:unit": "istanbul cover node_modules/mocha/bin/_mocha -- --recursive",

@@ -14,4 +14,2 @@ "test": "npm run lint -s && npm run test:unit -s",

"publish:cdn": "frau-publisher -m lib -t d2l-intl -f './dist/**' -k AKIAJUEYQT65A7MPJSUA --secretvar S3_SECRET --versionvar TRAVIS_TAG",
"pretranspile": "rimraf lib",
"transpile": "babel src --out-dir lib && cpy src/locale-data/*.json lib/locale-data",
"report-coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"

@@ -40,3 +38,2 @@ },

"devDependencies": {
"babel": "^5.6.4",
"browserify": "^11.0.1",

@@ -46,5 +43,7 @@ "chai": "^3.0.0",

"cpy": "^3.4.0",
"gulp-frau-publisher": "^2.4.0",
"istanbul-harmony": "^0.3.15",
"jshint": "^2.8.0",
"eslint": "^1.6.0",
"eslint-config-brightspace": "0.0.2",
"eslint-plugin-react": "^3.5.1",
"frau-publisher": "^2.5.2",
"istanbul": "^0.3.22",
"mocha": "^2.2.5",

@@ -51,0 +50,0 @@ "rimraf": "^2.3.4",

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