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

@jsep-plugin/assignment

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsep-plugin/assignment - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "@jsep-plugin/assignment",
"version": "1.2.0",
"version": "1.2.1",
"description": "Adds assignment expression support",

@@ -5,0 +5,0 @@ "author": "Shelly (https://github.com/6utt3rfly)",

import * as jsep from 'jsep';
import { Expression } from 'jsep';
import { Expression, IPlugin } from 'jsep';
export const name: string;

@@ -34,1 +34,4 @@ export const assignmentOperators: Set<string>;

}
declare const _export: IPlugin;
export default _export;
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