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

@cerebral/angular

Package Overview
Dependencies
Maintainers
5
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cerebral/angular - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1-1505413095968

lib/CerebralComponent.d.ts

6

package.json
{
"name": "@cerebral/angular",
"version": "2.0.0",
"version": "2.0.1-1505413095968",
"description": "Angular view for Cerebral",

@@ -17,3 +17,3 @@ "main": "index.js",

"dependencies": {
"cerebral": "^3.0.0"
"cerebral": "^3.0.0-1505413095968"
},

@@ -43,3 +43,3 @@ "devDependencies": {

"test": "TS_NODE_IGNORE=false mocha --require test/setup.ts --compilers ts:ts-node/register,tsx:ts-node/register --require ts-node/register test/**/*.ts*",
"build": "cross-env BABEL_ENV=production babel src/ --out-dir=lib/ -s",
"build": "tsc -p ./src",
"coverage": "nyc --reporter=lcov --reporter=json npm run test",

@@ -46,0 +46,0 @@ "prepublish": "npm run build"

{
"compilerOptions": {
"experimentalDecorators": true,
"target": "es5",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true,
"lib": [ "es2015" , "DOM"]
"experimentalDecorators": true,
"target": "es5",
"module": "commonjs",
"declaration": true,
"strict": true,
"lib": [ "es2015" , "es2017", "dom"]
}
}
}
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