@nrk/nativebridge
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -5,9 +5,7 @@ { | ||
"author": "NRK <opensource@nrk.no> (https://www.nrk.no/)", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"license": "MIT", | ||
"main": "dist/nativebridge.min.js", | ||
"main": "lib/nativebridge.cjs.js", | ||
"scripts": { | ||
"build": "rimraf dist/ && cpx 'src/test.html' dist/ && webpack", | ||
"build:watch": "npm run build -- --watch", | ||
"prepare": "npm run build", | ||
"build": "rollup --config", | ||
"publish:patch": "npm run test && npm version patch -m 'Release patch %s' && npm run push", | ||
@@ -17,7 +15,6 @@ "publish:minor": "npm run test && npm version minor -m 'Release minor %s' && npm run push", | ||
"push": "git push && git push --tags && npm publish", | ||
"start": "NODE_ENV=development webpack-dev-server", | ||
"lint": "standard", | ||
"test": "npm run lint && mocha src/**/*.spec.js*", | ||
"test:watch": "mocha --watch src/**/*.spec.js*", | ||
"static-publish": "static-publish publish --directory ./dist --package ./package.json --verbose --latest" | ||
"start": "rollup --config --watch", | ||
"static-publish": "npm run build && static-publish --directory=lib --latest --major --account=nrk-core", | ||
"test": "standard && npm run build && npm run test:js", | ||
"test:js": "jest" | ||
}, | ||
@@ -29,30 +26,9 @@ "repository": { | ||
"devDependencies": { | ||
"@nrk/static-publish-cli": "^3.0.5", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-es2015": "^6.24.1", | ||
"cpx": "^1.5.0", | ||
"expect.js": "0.3.1", | ||
"jsdom": "11.4.0", | ||
"mocha": "4.0.1", | ||
"rimraf": "^2.6.1", | ||
"sinon": "4.1.2", | ||
"standard": "^10.0.3", | ||
"webpack": "^3.5.6", | ||
"webpack-dev-server": "^2.7.1", | ||
"yargs": "10.0.3" | ||
}, | ||
"standard": { | ||
"globals": [ | ||
"describe", | ||
"it", | ||
"beforeEach", | ||
"afterEach", | ||
"before", | ||
"after" | ||
], | ||
"ignore": [ | ||
"dist" | ||
] | ||
"jest": "23.5.0", | ||
"rollup": "0.65.0", | ||
"rollup-plugin-buble": "0.19.2", | ||
"rollup-plugin-serve": "0.4.2", | ||
"rollup-plugin-uglify": "4.0.0", | ||
"standard": "11.0.1" | ||
} | ||
} |
@@ -116,3 +116,3 @@ # @nrk/nativebridge | ||
git clone git@github.com:nrkno/nativebridge.git | ||
cd nativebridge/web | ||
cd nativebridge | ||
npm install && npm start | ||
@@ -119,0 +119,0 @@ ``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
6
28886
10
579
1
1