New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ng1-shift

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng1-shift - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

rollup.config.dev.js

18

package.json
{
"name": "ng1-shift",
"version": "0.0.4",
"version": "0.0.5",
"description": "Angular 1.5+ decorators for writing Angular2 like.",

@@ -9,4 +9,4 @@ "main": "dist/index.js",

"postinstall": "npm run build",
"build": "tsc index.ts --module umd --outDir dist",
"start": "rollup -c --watch"
"build": "rollup --config rollup.config.dist.js",
"start": "rollup --config rollup.config.dev.js --watch"
},

@@ -41,2 +41,8 @@ "repository": {

},
"dependencies": {
"rollup": "0.41.6",
"rollup-plugin-alias": "1.3.1",
"rollup-plugin-typescript": "0.8.1",
"typescript": "2.3.4"
},
"devDependencies": {

@@ -47,10 +53,6 @@ "@types/angular": "1.6.17",

"jest": "20.0.4",
"rollup": "0.41.6",
"rollup-plugin-alias": "1.3.1",
"rollup-plugin-typescript": "0.8.1",
"rollup-watch": "3.2.2",
"ts-jest": "20.0.5",
"tslib": "1.7.1",
"typescript": "2.3.4"
"tslib": "1.7.1"
}
}
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