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

@nrk/nativebridge

Package Overview
Dependencies
Maintainers
95
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nrk/nativebridge - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

lib/index.html

50

package.json

@@ -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 @@ ```

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