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

ocast-sdk

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ocast-sdk - npm Package Compare versions

Comparing version 1.0.0-rc1 to 1.0.1

2

dist/orangecast.es5.js
/*
* Orange ocast-sdk
* version : 1.0.0-rc1
* version : 1.0.1
* Copyright (C) 2017 Orange

@@ -5,0 +5,0 @@ */

/*
* Orange ocast-sdk
* version : 1.0.0-rc1
* version : 1.0.1
* Copyright (C) 2017 Orange

@@ -5,0 +5,0 @@ */

{
"name": "ocast-sdk",
"version": "1.0.0-rc1",
"main": "dist/orangecast.js",
"module": "dist/orangecast.mjs",
"jsnext:main": "dist/orangecast.mjs",
"scripts": {
"dev": "rollup -c -w",
"prepublish": "tslint 'src/**/*.ts'",
"prepare": "rollup -c rollup.config.js --environment BUILD:production && rollup -c rollup.config.es5.js --environment BUILD:production",
"build": "rollup -c rollup.config.js --environment BUILD:production && rollup -c rollup.config.es5.js --environment BUILD:production",
"test": "nyc mocha --require ts-node/register",
"doc": "typedoc --out public --exclude ./test --exclude ./node_modules ./src"
},
"repository": "ocast-sdk",
"reporters": [
{
"name": "jasmine-spec-reporter#SpecReporter",
"options": {
"displayStacktrace": "all"
}
}
],
"files": [
"examples",
"src",
"dist"
],
"dependencies": {
"rxjs": "^5.4.2"
},
"devDependencies": {
"@types/chai": "^4.0.2",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.17",
"@types/websocket": "0.0.34",
"@types/ws": "^3.0.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"ocast-dongletv": "^1.0.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.3",
"mocha": "~3.4.2",
"nyc": "~11.0.3",
"rollup": "^0.45.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-typescript2": "^0.4.6",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.0.0",
"source-map-support": "^0.4.15",
"ts-node": "^3.3.0",
"tslint": "^4.5.1",
"typedoc": "^0.8.0",
"typescript": "^2.4.2"
},
"nyc": {
"include": [
"src/**/*.ts",
"src/**/*.tsx"
],
"extension": [
".ts",
".tsx"
],
"reporter": [
"text-summary",
"html"
],
"sourceMap": true,
"instrument": true
"name": "ocast-sdk",
"version": "1.0.1",
"main": "dist/orangecast.js",
"module": "dist/orangecast.mjs",
"jsnext:main": "dist/orangecast.mjs",
"scripts": {
"dev": "rollup -c -w",
"prepublish": "tslint 'src/**/*.ts'",
"prepare": "rollup -c rollup.config.js --environment BUILD:production && rollup -c rollup.config.es5.js --environment BUILD:production",
"build": "rollup -c rollup.config.js --environment BUILD:production && rollup -c rollup.config.es5.js --environment BUILD:production",
"test": "nyc mocha --require ts-node/register",
"doc": "typedoc --out public --exclude ./test --exclude ./node_modules ./src"
},
"repository": "ocast-sdk",
"reporters": [
{
"name": "jasmine-spec-reporter#SpecReporter",
"options": {
"displayStacktrace": "all"
}
}
],
"files": [
"examples",
"src",
"dist"
],
"dependencies": {
"rxjs": "^5.4.2"
},
"devDependencies": {
"@types/chai": "^4.0.2",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.17",
"@types/websocket": "0.0.34",
"@types/ws": "^3.0.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"ocast-dongletv": "latest",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.3",
"mocha": "~3.4.2",
"nyc": "~11.0.3",
"rollup": "^0.45.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-istanbul": "^1.1.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-typescript2": "^0.4.6",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.0.0",
"source-map-support": "^0.4.15",
"ts-node": "^3.3.0",
"tslint": "^4.5.1",
"typedoc": "^0.8.0",
"typescript": "^2.4.2"
},
"nyc": {
"include": [
"src/**/*.ts",
"src/**/*.tsx"
],
"extension": [
".ts",
".tsx"
],
"reporter": [
"text-summary",
"html"
],
"sourceMap": true,
"instrument": true
}
}

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