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

lr-core

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lr-core - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

6

immo/index.js

@@ -54,9 +54,9 @@ "use strict";

__props__: {
value: Object.assign(new.target.__props__.call(this), props)
value: Object.assign(this.constructor.__props__.call(this), props)
},
__state__: {
value: Object.assign(new.target.__state__.call(this), state)
value: Object.assign(this.constructor.__state__.call(this), state)
},
__computed__: {
value: Object.assign(new.target.__computed__.call(this), computed)
value: Object.assign(this.constructor.__computed__.call(this), computed)
}

@@ -63,0 +63,0 @@ });

{
"name": "lr-core",
"version": "0.6.0",
"version": "0.6.1",
"description": "Line Rider core library",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -46,9 +46,9 @@ /**

__props__: {
value: Object.assign(new.target.__props__.call(this), props)
value: Object.assign(this.constructor.__props__.call(this), props)
},
__state__: {
value: Object.assign(new.target.__state__.call(this), state)
value: Object.assign(this.constructor.__state__.call(this), state)
},
__computed__: {
value: Object.assign(new.target.__computed__.call(this), computed)
value: Object.assign(this.constructor.__computed__.call(this), computed)
}

@@ -55,0 +55,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