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

babel-plugin-transform-taroapi

Package Overview
Dependencies
Maintainers
0
Versions
783
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-taroapi - npm Package Compare versions

Comparing version 3.8.0-canary.0 to 3.8.0-canary.1

__tests__/__mocks__/harmony-definition.json

2

dist/index.js

@@ -14,3 +14,3 @@ "use strict";

return false;
const o = (0, lodash_1.set)({}, scheme, true);
const o = (0, lodash_1.setWith)({}, scheme, true, Object);
return (0, lodash_1.isMatchWith)(definition, o, (a, b) => {

@@ -17,0 +17,0 @@ if (a === '*' || b === true)

{
"name": "babel-plugin-transform-taroapi",
"version": "3.8.0-canary.0",
"version": "3.8.0-canary.1",
"main": "dist/index.js",

@@ -21,3 +21,3 @@ "dependencies": {

"test": "cross-env NODE_ENV=jest jest",
"test:ci": "cross-env NODE_ENV=jest jest --ci -i",
"test:ci": "cross-env NODE_ENV=jest jest --ci -i --coverage --silent",
"test:dev": "cross-env NODE_ENV=jest jest --watch",

@@ -24,0 +24,0 @@ "test:coverage": "cross-env NODE_ENV=jest jest --coverage",

@@ -1,2 +0,2 @@

import { isMatchWith, set } from 'lodash'
import { isMatchWith, setWith } from 'lodash'

@@ -25,3 +25,3 @@ import type * as BabelCore from '@babel/core'

if (!scheme) return false
const o = set({}, scheme, true)
const o = setWith({}, scheme, true, Object)
return isMatchWith(definition, o, (a, b) => {

@@ -28,0 +28,0 @@ if (a === '*' || b === true) return true

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