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

@anyline/anyline-js

Package Overview
Dependencies
Maintainers
10
Versions
52
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 40.0.0 to 40.1.0

anylinejs/anylinejs.js

2

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

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

@@ -24,3 +24,2 @@ # AnylineJS

- **anyline.js**: Main lib to self-host **AnylineJS**
- **anylinejs**: Contains the files needed to self-host **AnylineJS**

@@ -130,9 +129,2 @@ - **demo**: Contains **AnylineJS** implementation examples

## Main-thread version (not recommended)
The main-thread version is currently in beta and can be downloaded here (You can try to use it as a fallback for older devices):
Download link -- https://js.anyline.com/beta/40.0.0_main/anylinejs.zip<br>
CDN link -- https://js.anyline.com/beta/40.0.0_main/anyline.js
## Available links:

@@ -144,5 +136,1 @@

Worker CDN link -- https://js.anyline.com/release/40.0.0/anyline.js<br>
<br>
Main Demo link -- https://js.anyline.com/beta/40.0.0_main/demo/index.html<br>
Main Archive link -- https://js.anyline.com/beta/40.0.0_main/anylinejs.zip<br>
Main CDN link -- https://js.anyline.com/beta/40.0.0_main/anyline.js<br>

@@ -14,3 +14,7 @@ import { AnylineJS } from './api';

passReportingPayload: (params: any) => void;
} | import("../wasmcopy/anylinejs2").default;
} | {
anylineWorkerInstance: Worker;
terminate: () => any;
sendMessage: (msg: any) => void;
};
export declare const init: (params: AnylineJSParams) => AnylineJS;

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