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

@anyline/anyline-js

Package Overview
Dependencies
Maintainers
14
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anyline/anyline-js - npm Package Compare versions

Comparing version 42.3.1 to 42.4.0

1

demo/index.js

@@ -8,2 +8,3 @@ const root = document.getElementById('root');

try {
closeSidebar();
selectedPreset = preset;

@@ -10,0 +11,0 @@

2

package.json
{
"name": "@anyline/anyline-js",
"version": "42.3.1",
"version": "42.4.0",
"description": "anyline sdk in the browser",

@@ -5,0 +5,0 @@ "types": "./types/index.d.ts",

@@ -132,3 +132,3 @@ # Web SDK

<br>
Worker Demo link -- https://js.anyline.com/release/42.3.1/demo/index.html<br>
Worker CDN link -- https://js.anyline.com/release/42.3.1/anyline.js<br>
Demo link -- https://js.anyline.com
<br>

@@ -6,2 +6,3 @@ export default AnylineJS;

coverVideo?: boolean;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";
export function Blink({ show }: {
show: any;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";
export default Loader;
declare function Loader(): JSX.Element;
declare function Loader(): React.JSX.Element;
import React from "react";
export default VideoStream;
declare function VideoStream({ coverVideo }: {
coverVideo: any;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";

@@ -8,2 +8,3 @@ export default App;

feedbackAnimationStyle: any;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";

@@ -6,2 +6,3 @@ export default AnylineJS;

coverVideo?: boolean;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";
export function Blink({ show }: {
show: any;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";

@@ -10,2 +10,3 @@ export default Cutout;

feedbackAnimationStyle: any;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";
export function CutoutManager({ parentEl, feedbackAnimationStyle }: {
parentEl: any;
feedbackAnimationStyle: any;
}): JSX.Element;
}): React.JSX.Element;
export default CutoutManager;
import React from "react";
export default Loader;
declare function Loader(): JSX.Element;
declare function Loader(): React.JSX.Element;
import React from "react";
export default Mask;
declare function Mask({ onInit }: {
onInit?: () => void;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";

@@ -8,2 +8,3 @@ export default Polygon;

useStyles?: boolean;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";

@@ -13,2 +13,3 @@ export default ScanFeedback;

isAnimating: any;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";

@@ -16,2 +16,3 @@ export default SvgCutout;

feedbackAnimationStyle: any;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";
export default VideoStream;
declare function VideoStream({ coverVideo }: {
coverVideo: any;
}): JSX.Element;
}): React.JSX.Element;
import React from "react";
export default Editor;
declare function Editor(): JSX.Element;
declare function Editor(): React.JSX.Element;
import React from "react";

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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