Socket
Socket
Sign inDemoInstall

@jsep-plugin/object

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsep-plugin/object - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "@jsep-plugin/object",
"version": "1.2.0",
"version": "1.2.1",
"description": "Adds object 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;

@@ -18,1 +18,4 @@ export function init(this: typeof jsep): void;

}
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