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
7
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.1.0 to 0.1.1

7

dist/decorators/component/index.d.ts

@@ -1,4 +0,7 @@

export declare function Component(config?: {
interface ComponentConfig {
selector?: string;
template?: string;
}): ClassDecorator;
styles?: Array<any>;
}
export declare function Component(config?: ComponentConfig): ClassDecorator;
export {};
{
"name": "ng1-shift",
"version": "0.1.0",
"version": "0.1.1",
"description": "Angular 1.5+ decorators for writing Angular2 like.",

@@ -5,0 +5,0 @@ "files": [

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